React Native March 2017 (v0.43.0) released

v0.43.0 on GitHub (npm) This is March 2017 release, also known as v0.43.0. Breaking changes Correct value of Dimensions.get('screen').fontScale (186f308) - @rigdern On Android, the following properties now return a different number: Dimensions.get('w

Read more

Better List Views in React Native

Everybody Rejoice! Improved API and performances for List Views in React Native are coming! The upcoming React Native March 2017 will introduce FlatList SectionList VirtualizedList Features Lists are used in many contexts, so we packed the new compone

Read more

Native Navigation

How many React Native Navigation solutions are just too many? We don't know yet, keep 'em coming! AirBnB joins the race for the best React Native Navigation solution with its Native Navigation Native Navigation. native-navigation on GitHub Native Navigatio

Read more

Create React Native App

React Conf is back this year and so are some new exciting announcements. News is out that Create React Native App is now officially out. If you used CRA before then you will already know that this will let you create a bootstrapped app with some simple comman

Read more

React Native February 2017 (v0.42.0) released

v0.42.0 on GitHub (npm) This is February 2017 release, also known as 0.42.0. Breaking changes Android: windowSoftInputMode for new apps e3d4ace - @mkonicek All new apps created with react-native init are going to have windowSoftInputMode:\`\`adjustResiz

Read more