Skip to content

Instantly share code, notes, and snippets.

View duyrk's full-sized avatar
👓
💻

duyrk duyrk

👓
💻
View GitHub Profile
/**
* Design belike this video:
* https://youtu.be/zM3l9jpt5PU
*/
import React, {useEffect} from 'react';
import {Animated, Dimensions, Easing, StyleSheet, View as DefaultView} from 'react-native';
import LinearGradient from 'react-native-linear-gradient';
const width = Dimensions.get('window').width;