Share this Channel if you find this as useful one @reactnativeground 👍 and help to grow this channel
“How to Use the React Context API to Build React Native, Expo, and Firebase Apps” by Aman Mittal https://levelup.gitconnected.com/how-to-use-the-react-context-api-to-build-react-native-expo-and-firebase-apps-adda840e52b0
Medium
How to Use the React Context API to Build React Native, Expo, and Firebase Apps
The React Context API lets you avoid passing props from parent to child at every level of the component tree. Neither you have to…
“Making an animated tab bar with React Native” by Simon Trény https://blog.betomorrow.com/making-an-animated-tab-bar-with-react-native-64104da7bbd4
How to add shadow elevation to view in react native
https://www.techup.co.in/how-to-add-shadow-elevation-to-view-in-react-native/
https://www.techup.co.in/how-to-add-shadow-elevation-to-view-in-react-native/
Building Digital Solutions
How to add shadow elevation to view in react native
How to add shadow to view in react native using stylesheet, just put shadowColor, shadowOffset, shadowOpacity, shadowRadius with elevation
Create a 3D Animated Airhorn Button in React Native
https://codedaily.io/tutorials/165/Create-a-3D-Animated-Airhorn-Button-in-React-Native
https://codedaily.io/tutorials/165/Create-a-3D-Animated-Airhorn-Button-in-React-Native
Code Daily
Create a 3D Animated Airhorn Button in React Native
In this lesson we'll dive into using some clever offset techniques to make a button that appears to be 3D. We'll add in some animations to control those offsets so that when our button is pressed/released the button animates in and out while playing an airhorn…
Create an Instagram Press-and-Hold Image Preview Modal with Gesture Actions in React Native
https://codedaily.io/tutorials/52/Create-an-Instagram-Press-and-Hold-Image-Preview-Modal-with-Gesture-Actions-in-React-Native
https://codedaily.io/tutorials/52/Create-an-Instagram-Press-and-Hold-Image-Preview-Modal-with-Gesture-Actions-in-React-Native
Create a Bouncing Heart Shaped Like Button in React Native
https://codedaily.io/tutorials/136/Create-a-Bouncing-Heart-Shaped-Like-Button-in-React-Native
https://codedaily.io/tutorials/136/Create-a-Bouncing-Heart-Shaped-Like-Button-in-React-Native
Code Daily
Create a Bouncing Heart Shaped Like Button in React Native
In this lesson we'll create a heart shaped like button that bounces when it is pressed. We'll use interpolate and Animated.spring to accomplish the effect.
Create An Exploding Heart Button in React Native
https://codedaily.io/tutorials/133/Create-An-Exploding-Heart-Button-in-React-Native
https://codedaily.io/tutorials/133/Create-An-Exploding-Heart-Button-in-React-Native
Code Daily
Create An Exploding Heart Button in React Native
In this lesson we'll create a like button that explodes with hearts. We'll use Animated.stagger, Animated.sequence, Animated.delay, and Animated.parallel to coordinate the animations.
Create a Collapsible Header Bar in React Native
https://codedaily.io/tutorials/129/Create-a-Collapsible-Header-Bar-in-React-Native
https://codedaily.io/tutorials/129/Create-a-Collapsible-Header-Bar-in-React-Native
Code Daily
Create a Collapsible Header Bar in React Native
In this lesson we'll create a collapsible header bar. We'll use a ScrollView and the onScroll event to hide/show information based upon how far a user scrolls.
Create a Tap to Show Love with a Floating Heart Animation in React Native
https://codedaily.io/tutorials/126/Create-a-Tap-to-Show-Love-with-a-Floating-Heart-Animation-in-React-Native
https://codedaily.io/tutorials/126/Create-a-Tap-to-Show-Love-with-a-Floating-Heart-Animation-in-React-Native
Code Daily
Create a Tap to Show Love with a Floating Heart Animation in React Native
In this lesson we'll build a "tap to show love" animation. When the screen is tapped we'll create a heart randomly that will float to the top of the screen and disappear.