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 more

Emoji 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 more

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