React Native enables you to build a world-class application experience on your on-premises platform using JavaScript-and React-consistent development experiences. React Native focuses on the development efficiency of all the platforms that developers care about-developers can easily write code efficiently for any platform, just by learning one language. Facebook has used React Native in multiple application offerings and will continue to invest in React Native.
What React-native has done:
React-native discarded the Webview.
Reuse react, the Dom structure de change through the diff algorithm processing, by JS passed to the native for the underlying view layout.
Css-layout engine, the front end can continue to write familiar CSS syntax, from the engine into the lower OC layout.
To JS exposed to the bottom of the common UI build. The JS layer can be directly laid out for these components
Http://mt.sohu.com/20160906/n467736044.shtml
Http://mt.sohu.com/20160906/n467735810.shtml
Http://mt.sohu.com/20160906/n467735631.shtml
React-native V0.33.0-rc.1 Released