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
@@ -88,15 +90,15 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
88
90
}
89
91
```
90
92
91
-
Please note that the `createNativeModules` function deviates from the standard proposal from Facebook, because it didn't work.
93
+
Please note that the `createNativeModules` function deviates from the standard docs from Facebook, because it didn't work.
92
94
93
95
At this early stage in RN Android, I suspect it's a bug more than anything else.
94
96
95
97
## Usage
96
98
97
99
This library depends on [SQLiteAssetHelper](https://github.com/jgilfelt/android-sqlite-asset-helper).
98
100
99
-
The idea is that you `import` your previously created database as an application's asset.
101
+
The idea is that you `import` your previously created database as an application asset.
100
102
101
103
SQLiteAssetHelper manages schema definition (create), as well as upgrades.
102
104
@@ -169,7 +171,7 @@ sqlite.query(sql, params)
169
171
* It doesn't return the id for a newly inserted row (maybe create a separate insert function ?)
170
172
* Column types currently supported are Integer and String
171
173
* Additional error handling should be implemented
172
-
* The `createNativeModules` function eventually needs to return to official documentation's spec
174
+
* The `createNativeModules` function eventually needs to return to official docs' spec
173
175
* Although I'm using it in my personal projects, it's still an early release. Please do read the [license](https://github.com/jbrodriguz/react-native-android-sqlite/README.md)
0 commit comments