Facebook is announcing that React Native with version number 0.10.0 is already available to download.
What is React Native ?
React Native is A framework for building native iOS and Android applications on top of Facebook’s React JavaScript framework, a powerful frontend development toolkit .
React Native allows developers to merge Objective-C/Java and JavaScript code together, taking advantage of the easy to use XML-like syntax that React uses to create beautiful and consistent user interfaces.Native iOS or Android components can easily be blended with the app’s JSX-based code and produce the classic and consistent iOS look.React Native also puts a premiere on React’s powerful async support, executing all code this way, making the applications as smooth and as fast as possible.Polyfills, easy stylesheet manipulation, Flexbox support, and touch gestures are also included, along with the possibility to create extensions and reuse them whenever possible.
This is changelog for React Native version 0.10.0 :
- A bug in css-layout that would cause 100% CPU usage with a specific combination of flex properties has been fixed
- Removing native event listeners during reconcilation has been fixed
- The podspec has been fixed to allow you to use both the RCTImage and RCTNetwork subspecs
- Multiline TextInput components keep their text and cursor within their bounds
You can read the complete changelog and also download this latest version on their homepage: facebook.github.io