Skip to content

mohitsharma0805/Ideall_Assignment

Repository files navigation

Sample

react-native codebase repo for Sample for both iOS and Android mobile app.

Development

Running the app locally - iOS

  1. Install the react-native-cli - instructions on the React Native website
  2. Install cocoapods
  3. Make sure you've installed xcode and opened it to accept terms etc
  4. Install js dependencies: yarn install
  5. Install native dependencies: cd ios && pod install
  6. Start the js bundler: react-native start
  7. Run the project: react-native run-ios

Running the app locally - Android

  1. Install the react-native-cli - instructions on the React Native website
  2. Make sure you've installed Android Studio, have the jdk etc. You'll likely need to create at least one emulator using the Virtual Device Manager (or have a real device connected)
  3. Install js dependencies: yarn install
  4. Start the js bundler: react-native start
  5. Run the project: react-native run-android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published