500Docs
  • React Libraries
  • SSR
  • React Native

›React Native

React Libraries

  • Calendar

Server-Side Rendering

  • Setup
  • Redux Integration

React Native

  • Tools
  • Setup (iOS)
  • Setup (Android)
  • Running a Project
  • Linking Libraries
  • Debugging
  • Appcenter
  • Detox
  • Bugsnag
  • Notifications
  • Routing
  • Splash Screen
  • RTL
  • Animations
  • Common Problems

Tools

First, check the official React Native documentation for how to setup-ios React Native (select 'Building Projects with Native Code').

  • Install Xcode - https://itunes.apple.com/il/app/xcode/id497799835
  • Install Android Studio - https://developer.android.com/studio/
  • Install react-native-cli globally - npm install react-native-cli -g
  • Install Cocoapods - gem install cocoapods
  • Install Watchman - brew update && brew install watchman
  • Install Xcode Command Line Tools (Open Xcode, choose "Preferences..." from the Xcode menu. Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.)
Last updated on 1/29/2019 by Vova Porton
← Redux IntegrationSetup (iOS) →
Copyright © 2020 500Tech