Skip to content

Instantly share code, notes, and snippets.

@vincicat
Last active April 11, 2019 16:34
Show Gist options
  • Save vincicat/ae324dffd93a863db30c5fbaf75d951e to your computer and use it in GitHub Desktop.
Save vincicat/ae324dffd93a863db30c5fbaf75d951e to your computer and use it in GitHub Desktop.
RN Missing Manual

RN Missing Manual (for 0.59)

No Expo

  • ...when you prefer native plugin, or move from older RN.

Choose your own navigation

  • navigation is the core of your app, choose wisely.

using cocoapod

  • remember pod install
  • pod install only work under ios/
  • once you start using cocoapod, remember every react-native link *** requires another pod install
  • use cocoapod when there is a (native) plugin requires native linking (ususally becoz of map, and their Podfile is a good example)

3rd party android

  • react-native link may not work properly, must check manually after linking

theming

  • unlike Ionic, there is no sass
  • react-native-element support theming (de facto?)

other

  • new plugin no longer require resetart
  • less conflict
  • react-devtools link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment