Skip to content

ykptke/react-native-asyncstorage-example

Repository files navigation

How to run the app

Install react-native

If you don't have react-native-cli installed, please get it installed by following the instructions in Get started with react-native

Clone this repo and install its dependencies

git clone https://github.com/ykptke/react-native-asyncstorage-example.git
cd react-native-asyncstorage-example
npm install

Start the app

For iOS, run

react-native run-ios
# or
npm run ios

For Android, run

react-native run-android
# or
npm run android