This example shows how to use SQLite database with React Native, and how to create table structure, insert data and query data record via JavaScript language.
This example has passed on Android platform, iOS not tested yet.
Download this repository or git clone https://github.com/amiku/ReactNativeSqliteExample.git
$ git clone https://github.com/amiku/ReactNativeSqliteExample.git
Refer to the commands below, and install on Android device
$ npm install
$ react-native run-android