- ...when you prefer native plugin, or move from older RN.
- navigation is the core of your app, choose wisely.
- remember
pod install
pod install
only work underios/
- once you start using cocoapod, remember every
react-native link ***
requires anotherpod install
- use cocoapod when there is a (native) plugin requires native linking (ususally becoz of map, and their Podfile is a good example)
react-native link
may not work properly, must check manually after linking
- unlike Ionic, there is no sass
- react-native-element support theming (de facto?)
- new plugin no longer require resetart
- less conflict
- react-devtools link