React Native · Learn once, write anywhere
reactnative.devReact Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces. Use a little—or a lot. You can use React Native today in your existing Android and iOS projects or you can create a whole new app from scratch. Written in JavaScript—rendered with native code
Out-of-Tree Platforms · React Native
reactnative.dev › docs › out-of-tree-platformsAs of React Native 0.57 you can now register your React Native platform with React Native's JavaScript bundler, Metro. This means you can pass --platform example to npx react-native bundle, and it will look for JavaScript files with the .example.js suffix. To register your platform with RNPM, your module's name must match one of these patterns:
React Native · Learn once, write anywhere
reactnative.devReact Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces. Use a little—or a lot. You can use React Native today in your existing Android and iOS projects or you …