Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

typeorm/react-native-example

Repository files navigation

Using TypeORM with React Native

Starting with 0.2.0-alpha.44 TypeORM supports React Native with the react-native-sqlite-storage plugin. This example shows how you can use TypeORM in your app. Use react-native run-android to run this example on your device.

Add TypeORM to your app

  1. Follow the installation step for iOS and Android for the plugin
  2. Install TypeORM: npm install typeorm --save
  3. Install Node.js types: npm install @types/node --save-dev
  4. Add skipLibCheck: true to your tsconfig.json-file (Node.js and React Native define require)
  5. Use react-native as type for your connection option (read more about connection options)

Screenshot

About

Example project to demonstrate TypeORM with React Native.

Topics

Resources

Stars

70 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors