“How to make stories UI like Instagram and WhatsApp in React-Native” by Md Shadman https://medium.com/enappd/how-to-make-stories-ui-like-instagram-and-whatsapp-in-react-native-3e84abac6ee9
Medium
How to make stories UI like Instagram and WhatsApp in React-Native
Learn how to make story UI of apps like WhatsApp and Instagram in react native using snap carousel
How to implement Android playstore in-app update with react-native - Stack Overflow
https://stackoverflow.com/questions/59833787/how-to-implement-android-playstore-in-app-update-with-react-native
https://stackoverflow.com/questions/59833787/how-to-implement-android-playstore-in-app-update-with-react-native
Stack Overflow
How to implement Android playstore in-app update with react-native
How can I implement play store in-app update with my react-native app, which is already live on play store?
I have already implemented code push and also internal version check via API calls to fo...
I have already implemented code push and also internal version check via API calls to fo...
How to rapidly update your React Native android project using Code Push without app store upload
https://youtu.be/Jo7AV5etOsA
https://youtu.be/Jo7AV5etOsA
YouTube
How to rapidly update your React Native android project using Code Push without app store upload
More tutorials: https://www.youtube.com/channel/UCEoaRTl5alo9tw3A-eDJV9Q?sub_confirmation=1
In this video, we are talking about code push and we will integrate it in React Native project step by step. Code Push lets you update your application without even…
In this video, we are talking about code push and we will integrate it in React Native project step by step. Code Push lets you update your application without even…
Package - react-native-neomorph-shadows
https://developer.aliyun.com/mirror/npm/package/react-native-neomorph-shadows/v/1.0.2
https://developer.aliyun.com/mirror/npm/package/react-native-neomorph-shadows/v/1.0.2
react-native-drop-shadow - npm
https://www.npmjs.com/package/react-native-drop-shadow
https://www.npmjs.com/package/react-native-drop-shadow
npm
npm: react-native-drop-shadow
is a small and simple package that helps make your React Native app. Latest version: 1.0.3, last published: 7 months ago. Start using react-native-drop-shadow in your project by running `npm i react-native-drop-shadow`. There are 25 other projects in the…
How to make your React Native app respond gracefully when the keyboard pops up
https://www.freecodecamp.org/news/how-to-make-your-react-native-app-respond-gracefully-when-the-keyboard-pops-up-7442c1535580/
https://www.freecodecamp.org/news/how-to-make-your-react-native-app-respond-gracefully-when-the-keyboard-pops-up-7442c1535580/
freeCodeCamp.org
How to make your React Native app respond gracefully when the keyboard pops up
By Spencer Carli When you’re working with React Native apps, a common problem is that the keyboard will pop up and hide text inputs when you focus on them. Something like this: There are a few ways you can avoid this. Some are simple, some less so. ...