Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mobile App Development
https://medium.com/walmartlabs/react-native-at…
-
-
Cross-platform framework
React Native
Productivity
- 95% of the code base is shared between iOS and Android
- Developer experience is awesome. Their knowledge base on web view is React. No need to restart packager to see simple changes
- React Native is written in JavaScript, which is common skill.
-
App-store approval
No need to go through the app store approval process. Host the bundle on own server and do over-the-air updates.
-
-
Animations
React Native provides extremely smooth animations because the code is converted to native views before rendering
-
-
-
-
-