Skip to content

iwkz-dev/mobile-app

Repository files navigation

IWKZ Mobile Apps

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Install Dependencies

yarn install (or npm install)

Step 2: Start App

npm start (or yarn start)

Step 3:

Run on Android: yarn android (or npm run android).

Run on iOS: yarn ios (or npm run ios).

Congratulations! 🎉

You've successfully run and modified your React Native App. 🥳

Now what?

Troubleshooting

If you can't get this to work, see the Troubleshooting page.

or

cd android

./gradlew clean

cd ..

npm/yarn start

Learn More

To learn more about React Native, take a look at the following resources: