You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,8 @@ interface ISQLite {
104
104
# Usage
105
105
106
106
```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
108
109
import'react-native-quick-sqlite';
109
110
110
111
// `sqlite` is a globally registered object, so you can directly call it from anywhere in your javascript
0 commit comments