“React Native Parallax Scroll with Tabs” by Andi Gu https://link.medium.com/pWfgccU6e2
Medium
Medium: Read and write stories.
On Medium, anyone can share insightful perspectives, useful knowledge, and life wisdom with the world.
10 Amazing Apps that are Built using React Native
https://insights.daffodilsw.com/blog/10-amazing-apps-that-are-built-using-react-native?hs_amp=true
https://insights.daffodilsw.com/blog/10-amazing-apps-that-are-built-using-react-native?hs_amp=true
“How To Build Your First VR App with ViroReact, React Native, and Crowdbotics” by Aman Mittal https://link.medium.com/MZ9Ge8YIg2
Medium
Medium: Read and write stories.
On Medium, anyone can share insightful perspectives, useful knowledge, and life wisdom with the world.
“RN Push Notifications: a complete guide (Front + Back)” by Arnaud Ambroselli https://link.medium.com/hxYF7WROg2
Medium
RN Push Notifications: a complete guide (Front + Back)
If you arrive here, I think you'll know that it's not that easy to find a good tutorial to handle Push Notifications for iOS and Android…
react-native-send-intent - npm
https://www.npmjs.com/package/react-native-send-intent#example--check-if-an-application-is-installed
https://www.npmjs.com/package/react-native-send-intent#example--check-if-an-application-is-installed
npm
npm: react-native-send-intent
React Native Android module to use Android's Intent actions for send sms, text to shareable apps, open custom apps, make phone calls and etc. Latest version: 1.3.0, last published: 3 years ago. Start using react-native-send-intent in your project by running…
“Animated Transition in React Native!” by Jiří Otáhal https://link.medium.com/4cvLtBIsG2
Medium
Animated Transition in React Native!
How to navigate from List Page with couple of items to Detail Page of one item — with beautiful animation!
“Calling UPI from react-native app” by Someone https://link.medium.com/7WRM6jWWI2
Medium
Calling UPI from react-native app
Let’s make it really short.
“React Native: triple list for movies app (Part 1)” by Alex Melnyk https://link.medium.com/9AjpTJZCK2
Medium
React Native: triple list for movies app (Part 1)
I usually look medium design digests Muzli and I like many works from mobile category. Some works I try implement in my projects but some…
react-native-sms-retriever - npm
https://www.npmjs.com/package/react-native-sms-retriever
https://www.npmjs.com/package/react-native-sms-retriever
npm
npm: react-native-sms-retriever
Android SMS Retriever API for React Native. Latest version: 1.1.1, last published: 6 years ago. Start using react-native-sms-retriever in your project by running `npm i react-native-sms-retriever`. There are 3 other projects in the npm registry using react…
Build a Map with Custom Animated Markers and Region Focus when Content is Scrolled in React Native
https://codedaily.io/tutorials/9/Build-a-Map-with-Custom-Animated-Markers-and-Region-Focus-when-Content-is-Scrolled-in-React-Native
https://codedaily.io/tutorials/9/Build-a-Map-with-Custom-Animated-Markers-and-Region-Focus-when-Content-is-Scrolled-in-React-Native
react-native-parallax-scrollview - npm
https://www.npmjs.com/package/react-native-parallax-scrollview/v/3.0.0?activeTab=readme
https://www.npmjs.com/package/react-native-parallax-scrollview/v/3.0.0?activeTab=readme
npm
npm: react-native-parallax-scrollview
The Parallax ScrollView component we all deserve. Latest version: 3.0.0, last published: 7 years ago. Start using react-native-parallax-scrollview in your project by running `npm i react-native-parallax-scrollview`. There are no other projects in the npm…
Show an Animated Buffering Icon When Remote Videos are Loading in React Native
https://codedaily.io/tutorials/111/Show-an-Animated-Buffering-Icon-When-Remote-Videos-are-Loading-in-React-Native
https://codedaily.io/tutorials/111/Show-an-Animated-Buffering-Icon-When-Remote-Videos-are-Loading-in-React-Native
Code Daily
Show an Animated Buffering Icon When Remote Videos are Loading in React Native
In this lesson we'll show how to use icons from `react-native-vector-icons`. With absolute positioning we'll center the icon over the video. Then we'll use the `Animated.loop` call to rotate the icon continuously in a 360 degree loop. Finally we'll the `stopAnimation`…
“Learn React Native Animation by Building Circular Progress Bar” by Shad Mirza https://link.medium.com/KLxDtYo7t3
Medium
Learn React Native Animation by Building Circular Progress Bar
We are going to build a circular progress bar using the Animated library of React Native with the help of three semicircles.
“Responsive Inputs in React Native” by Spencer Nicol https://link.medium.com/ni6dOes7t3
Medium
Responsive Inputs in React Native
Conditional rendering and StyleSheets allow developers to create robust easy to use applications that are extremely intuitive.
Pausing videos on FlatList horizontal when swiping - Stack Overflow
https://stackoverflow.com/questions/59757370/pausing-videos-on-flatlist-horizontal-when-swiping
https://stackoverflow.com/questions/59757370/pausing-videos-on-flatlist-horizontal-when-swiping
Stack Overflow
Pausing videos on FlatList horizontal when swiping
I'm able to console log the viewable items, when swiping when using FlatList, but I was wondering how I can manage pausing the video. Or if there's a better way in doing so?
This is the RenderItem
This is the RenderItem