Make <Progress /> in React Native

Where ActivityIndicatorIOS falls short for your UX, there come custom Components. Here are two alternatives for your \<ProgressBar /> Component. react-native-progress A simple progress bar component Progress Bar react-native-progress-bar An animated

Read more

NASA's Picture of the Day app with React Native

Here is a small React Native demo application displaying NASA's Picture of the Day, from Thiago Campezzi. It makes use of fetch networking API of React Native to retrieve the NASA's Astronomy Picture of the Day through its API. Check react-native-spacepics o

Read more

React Native Currency Converter App

Looks like another repository is going to be filled with React Native code examples. This one is from Ashwin Preetham Lobo. To get started he shared a Currency Conerter App for iOS, made with React Native . Currency Converter Currency Converter

Read more

Swiper Component for React Native

leecade has put some good thoughts on his react-native-swiper both in terms of features and documentation. Result is probably "The best Swiper component for React Native". Feature list Infinite loop Direction control Complete custom style Allow title dis

Read more

React Native Weather App

Looks like Joseph Khan is willing to share a lot of his React Native examples apps in his ReactNativeExamples repo. Today he started with an interesting approach to a WeatherApp making use of the OpenWeatherMap API. WeatherApp From the same repo, there's al

Read more