Skip to content

Files

Latest commit

author
Baris Ceviz
Jul 15, 2018
96054eb · Jul 15, 2018

History

History
60 lines (38 loc) · 936 Bytes

README.md

File metadata and controls

60 lines (38 loc) · 936 Bytes

React Native SQLite Example

Simple React Native SQLite example project for iOS and Android

Getting Started

Clone project

First of all, clone the project

$ git clone https://github.com/peacecwz/react-native-sqlite-example.git
$ cd react-native-sqlite-example

Install Dependencies

Then install all dependencies

with npm

$ npm install

or with yarn

$ yarn install

Run project

for iOS

$ react-native run-ios

for Android

$ react-native run-android

Demo

Android

Android

iOS

iOS

More Details

You can find my article in Turkish

React Native SQLite Kullanımı

License

This project is licensed under the MIT License