Cordova Plugin adapter for React Native
Wouldn't it be extraordinary if React Native could leverage the already existing native capabilities of one of the most widely used mobile framework out there? Yes, we're talking about Cordova plugins. The idea originally gathered some interests, then left be …
Read moreReact Native v0.12.0 released
v0.12.0 on GitHub (npm, CocoaPods) …
Read moreEmoji component for React Native
So, like Facebook, you might want to leverage the true power of Emojis, or maybe Reactions. The good news is that Jori Lallo made a Component for it. The awesome news is how easy it was to achieve it with React Native's JavaScript superpowers and the existing …
Read moreReact 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 more