Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Apr 12, 2024
1 parent 5bda428 commit 05e89e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,14 @@ Blur tint that is mapped into native values in iOS.
| index | `number` | The size index from the provided sizes. See `sizes` prop. |
| value | `number` | The actual height value of the size. |
## Testing
When using `jest`, simply mock the entire package.
```ts
jest.mock('@lodev09/react-native-true-sheet')
```
## Troubleshooting
### Using `react-native-gesture-handler` on **Android**
Expand Down

0 comments on commit 05e89e2

Please sign in to comment.