Simple React Native SQLite example project for iOS and Android
First of all, clone the project
$ git clone https://github.com/peacecwz/react-native-sqlite-example.git
$ cd react-native-sqlite-example
Then install all dependencies
with npm
$ npm install
or with yarn
$ yarn install
for iOS
$ react-native run-ios
for Android
$ react-native run-android
You can find my article in Turkish
This project is licensed under the MIT License