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-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Using TypeORM with React Nactive
1
+
# Using TypeORM with React Native
2
2
Starting with 0.2.0-alpha.44 TypeORM supports React Native with the [`react-native-sqlite-storage`](https://github.com/andpor/react-native-sqlite-storage) plugin.
3
3
This example shows how you can use TypeORM in your app.
4
4
Use `react-native run-android` to run this example on your device.
@@ -10,4 +10,4 @@ Use `react-native run-android` to run this example on your device.
10
10
4. Add `skipLibCheck: true` to your `tsconfig.json`-file (Node.js and React Native define `require`)
11
11
5. Use `react-native` as `type` for your connection option (read more about [connection options](http://typeorm.io/#/connection-options/))
0 commit comments