Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Mar 31, 2024
1 parent 6f286f5 commit 5123e2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
13 changes: 1 addition & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ You can use various commands from the root directory to work with the project.

To start the packager:

```sh
yarn example start
```

To run the example app on Android:

```sh
Expand All @@ -50,14 +46,7 @@ yarn example ios
Make sure your code passes TypeScript and ESLint. Run the following to verify:

```sh
yarn typecheck
yarn lint
```

To fix formatting errors, run the following:

```sh
yarn lint --fix
yarn tidy
```

Remember to add tests for your change if possible. Run the unit tests by:
Expand Down
8 changes: 0 additions & 8 deletions NOTES.md

This file was deleted.

7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The true native bottom sheet.
***_NOT_** your pure JS, (re)animated View.
* ✅ Clean, fast and lightweight.
* ✅ Handles your Sscrolling needs, easy.
* ✅ Asynchronus `ref` methods.

## Installation

Expand All @@ -34,7 +35,7 @@ const openSheet = () => {
return (
<View>
<Button onPress={openSheet} title="Open Sheet" />
<TrueSheet ref={sheet}>
<TrueSheet sizes={['auto', 'large']} ref={sheet}>
// ...
</TrueSheet>
</View>
Expand All @@ -51,7 +52,3 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)

0 comments on commit 5123e2c

Please sign in to comment.