Seven React Native Packages to Know in 2021
A basic yet fairly complete library which implements features many mobile app users have come to expect in their user experience. - http://amp.gs/5pIJ
#reactnative
A basic yet fairly complete library which implements features many mobile app users have come to expect in their user experience. - http://amp.gs/5pIJ
#reactnative
Medium
7 React Native Packages to know in 2021
Packages To Speed Up Your React Native development
Image Scroll Zoom in React Native
Create a zoom effect in React Native when scrolling an image to the end of a scroll view. - http://amp.gs/5vSs
#reactnative
Create a zoom effect in React Native when scrolling an image to the end of a scroll view. - http://amp.gs/5vSs
#reactnative
DEV Community
Image Scroll Zoom in React Native
I show how to create a zoom effect in React Native when scrolling an image to the end of a scroll view.
How to Make a Snazzy One-Time Code Input in React Native
If your app demands a user enter a one-time code (from an SMS, say) here’s a way to make it a nice experience with React Native. - http://amp.gs/5Mu1
#reactnative
If your app demands a user enter a one-time code (from an SMS, say) here’s a way to make it a nice experience with React Native. - http://amp.gs/5Mu1
#reactnative
thoughtbot
Make a snazzy one-time code input in React Native
Let’s make a nice one-time code input in React Native.
Five React Native Libraries You Might Have Missed
Some useful React Native libraries to be sure to check out for your next mobile app project. - http://amp.gs/Qr6V
#reactnative
Some useful React Native libraries to be sure to check out for your next mobile app project. - http://amp.gs/Qr6V
#reactnative
Medium
5 React Native Libraries You Might Have Missed
Some useful libraries that you might have overlooked from the community.
Add Voice Recognition to React Native without Adding the Cloud
Quick and easy voice recognition often depends on a cloud service for implementation. However there a lots of good reasons—security, for example—why you don’t want to do it that way. - http://amp.gs/cLX8
#reactnative
Quick and easy voice recognition often depends on a cloud service for implementation. However there a lots of good reasons—security, for example—why you don’t want to do it that way. - http://amp.gs/cLX8
#reactnative
Medium
Add Voice Recognition to React Native Without Adding the Cloud
In the mobile space, it seems that cloud-based speech recognition has become the de-facto standard. Even in applications where losing…
React Native Authentication Flow, the Simplest and Most Efficient Way
Everything you need to know to implement authenticated access including connection to an authentication API, persisting that data and a mechanism for notifying your app of authentication state changes. - http://amp.gs/60qF
#reactnative
Everything you need to know to implement authenticated access including connection to an authentication API, persisting that data and a mechanism for notifying your app of authentication state changes. - http://amp.gs/60qF
#reactnative
Medium
React Native Authentication Flow, the Simplest and Most Efficient Way
Connect with API, persists data, and recover them in future sessions
Adding Image Upload to a React Native App with AWS Amplify
With Amplify, AWS is looking to make inroads into mobile app development. The tutorial author illustrates its use with this common application requirement. - http://amp.gs/bkIC
#reactnative
With Amplify, AWS is looking to make inroads into mobile app development. The tutorial author illustrates its use with this common application requirement. - http://amp.gs/bkIC
#reactnative
DEV Community
Adding image upload to a React Native app with AWS Amplify
Intro In this blog post I will detail how to leverage AWS Amplify, AWS Appsync and Amazon...
Build A React Native Component Library with Storybook
How to create a component library in React Native using both Storybook and Shopify Restyle. - http://amp.gs/j8ySi
#reactnative
How to create a component library in React Native using both Storybook and Shopify Restyle. - http://amp.gs/j8ySi
#reactnative
LogRocket Blog
Build a React Native component library with Storybook - LogRocket Blog
Easily build a component library in React Native with Storybook and Shopify Restyle, helpful tools that help keep a codebase organized.
Handling Mounting and Unmounting of Navigation Routes in React Native - http://amp.gs/jTsxb
#reactnative
#reactnative
Smashing Magazine
Handling Mounting And Unmounting Of Navigation Routes In React Native — Smashing Magazine
Often you need two different sets of navigation stacks for pre and post user authentication. Usually, to see more content, you have to be authenticated in some way. Let’s look at how to mount and unmount navigation stack based on a met condition in React…