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 moreReact 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 moreLoad 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 moreReact 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 moreReact Native iOS App example that shows Instagram photos made near you
This App example from Bart Gryszko is going where it all started, showing pictures from Instagram's API, taken in locations near you, through Geolocation. It's a great example and a chance for you to discover some React Native's goodness. react-native-example …
Read more