Step-1: Create some screen.js and import it into app.js In this file I have created, three screens.js, HomeScreen, ProfileScreen and MessageScreen. Then copy paste the below full code in app.js import ‘react-native-gesture-handler’; import Animated, { useSharedValue, withTiming, useAnimatedStyle, Easing,} from ‘react-native-reanimated’;
Read More