react-native-example
react-native-example copied to clipboard
Example project to demonstrate TypeORM with React Native.
Hi I want to know if you have any plan to upgrade this example to be compatible with latest version of typeorm? Latest version for typeorm is 0.3.7 but version...
Database operations are not working in release mode ### **Steps to reproduce** -> Run this demo by archiving application in iOS -> Database operations are not performing in release mode...
I would like to know where is the database file saved so that I will be able to view it.
Is not runnable in debug and release! In release there is cyclic dependency issue with models `@OneToMany` & `@ManyToOne` decorators
hi , the first time i reload the app (ctrl+m ==> reload )is work perfect but when i exit the app and again run it the warning popup i wanna...
Has anyone succeeded to get this TypeORM example working on either iOS or Android? I would ***love*** to find an ORM to replace Realm JS. ```` git clone https://github.com/typeorm/react-native-example.git cd...
I'm trying to get the example working with the following versions: ``` "react-native": "0.70.3", "react-native-sqlite-storage": "^6.0.1", "typeorm": "^0.3.12", "@babel/core": "^7.12.9", "@babel/plugin-proposal-decorators": "^7.20.13", "@babel/runtime": "^7.12.5", ``` When I run `react-native run...