React Native Social Share

Here's one Module from Kim Døfler that we really like. It will let you use the iOS native Twitter and Facebook share popup in React Native. react-native-social-share Use the build in share view from iOS to let the user share on Facebook and Twitter. It will

Read more

React Native Remote Push Notifications Component

There's very little to say about this Module, it's name says a lot. It will let you handle Push Notifications in React Native. react-native-remote-push React Native module that allows you to: Request push notification permissions Get the device token back

Read more

A whole lotta React Native Styles

It's one thing to learn a new framework and another to learn a whole set of new technologies. Here's why you might find handy these tools to keep using your preferred stack, and CSS. react-native-css Write modular SCSS or basic CSS styles for your React-Nati

Read more

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