React Native custom action sheet

Eyal Eizenberg in his Component shows us some good use of core React Native parts, such as Animated and Modal. The result is a custom action sheet with a great API that can power some new User Interactions in your React Native apps. react-native-custom-action

Read more

React Native share action for Android with SEND intent

Among an App essential features we can surely mention the "Sharing" ability. While we got it covered in iOS with react-native-activity-view and react-native-social-share, we still missed an Android counterpart. Here is Esteban Fuentealba's Component that is a

Read more

Load a random XKCD comic with React Native

It might not solve any of your imminent developer needs, but Hemanth HM's XKCD comic loader deserves a mention in our React Native weekend. react-native-xkcd Loads a random XKCD comic with caption. Loads random XKCD comics

Read more

React Native Smart Mirror project

There's a new trend that might rescue your old devices (mostly Android phones, tablets) and put them to good use. It didn't take much time before Atticus White put his project up and running on React Native for Android. His work includes API integrations fro

Read more