Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ahusseinali/yalla

Repository files navigation

#Yalla App

##Installation First, follow instructions on React-Native Install Link.

###Android

  1. In Windows installation, create new Environment Variable ANDROID_HOME.
  2. Make sure ANDROID_HOME points to the installed android-sdk path.
  3. Add %ANDROID_HOME%\tools and %ANDROID_HOME%\platform-tools to PATH in Environment Variables.
  4. In Cmd, navigate to repository.
  5. Run react-native run-android.

###iOS (on a mac)

  1. Navigate to the ios directory
  2. Run npm install
  3. Make sure you have Xcode installed
  4. Open YallaApp.xcodeproj in Xcode and run using the simulator

Common errors

  1. React Native complains about not finding android-x (where 'x' is some version number)
    Solution: open Android Package Manager from Android Studio and install the required sdk version

  2. React Native complains about Build-tools version missing
    Solution: run android list sdk -a, then locate the missing Build-tool required version and get its index in the list (will refer to it as {index}), then run android update sdk -a -u -t {index}

  3. React Native complains about no device connected
    Solution: run android avd and manually create and run a new device emulator

About

Yalla App with React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •