Skip to content

Commit 8241430

Browse files
author
Oscar Franco
authored
Update README.md
1 parent 671abfe commit 8241430

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ interface ISQLite {
104104
# Usage
105105

106106
```typescript
107-
// Import as early as possible, auto-installs bindings
107+
// Import as early as possible, auto-installs bindings.
108+
// Thanks to @msrousavy for this installation method, see one example: https://github.com/mrousavy/react-native-mmkv/blob/75b425db530e26cf10c7054308583d03ff01851f/src/createMMKV.ts#L56
108109
import 'react-native-quick-sqlite';
109110

110111
// `sqlite` is a globally registered object, so you can directly call it from anywhere in your javascript

0 commit comments

Comments
 (0)