Time to take Nuclide for a spin

Last month, at React.js Conf 2016, Andres Suarez showed us the true power of Nuclide applied to React Native. This news came as a long awaited response for those who were eagerly waiting for React Native's support. If you didn't watch his lightning talk yet,

Read more

React Native v0.23.0 released

v0.23.0 on GitHub (npm) This release includes Android support for Modal. New features Add ability to silence packager logs to stdout - d5445d5 Add the possibility to console.error/redbox on promise rejections - f87b673 Add more performance logs and impr

Read more

A Country Picker Component for React Native

Xavier Carpentier is making sure that your App is going to be ready to hit all App/Play Store around the globe. Check his new Component that is letting your users pick their Country through a Modal. Things are going to get even better when the Android support

Read more

Stateless presentational form components for React Native

Once again, forms are getting attention, this time Daniel Weinmann takes huge inspiration from Farid from Safi's react-native-gifted-form for his new stateless form components. His goal is to achieve common patterns in mobile forms' user interaction, but with

Read more