Skip to content

peacecwz-archive/react-native-sqlite-example

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors