Skip to content

Commit 5d1bed4

Browse files
author
Oscar Franco
authored
Update README.md
1 parent c1d1107 commit 5d1bed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Inspired/compatible with [react-native-sqlite-storage](https://github.com/andpor
2525

2626
## Gotchas
2727

28-
- **Javascript cannot represent intergers larger than 53 bits**, be careful when loading data if it came from other systems. [Read more](https://github.com/ospfranco/react-native-quick-sqlite/issues/16#issuecomment-1018412991).
28+
- **Javascript cannot represent integers larger than 53 bits**, be careful when loading data if it came from other systems. [Read more](https://github.com/ospfranco/react-native-quick-sqlite/issues/16#issuecomment-1018412991).
2929
- **It's not possible to use a browser to debug a JSI app**, use [Flipper](https://github.com/facebook/flipper) (for android Flipper also has SQLite Database explorer).
3030
- Your app will now include C++, you will need to install the NDK on your machine for android.
3131

0 commit comments

Comments
 (0)