Skip to content

Instantly share code, notes, and snippets.

View LFSCamargo's full-sized avatar
🕶️
Sunny Days Are Coming

Luiz Fernando Sousa Camargo LFSCamargo

🕶️
Sunny Days Are Coming
View GitHub Profile
@LFSCamargo
LFSCamargo / AnimatedGate.tsx
Created May 30, 2019 01:48
Animated Twitter LaunchScreen
import * as React from 'react'
import { Animated, Easing, StatusBar, MaskedViewIOS, View, ViewStyle } from 'react-native'
import icons from '../../icons'
import lightTheme from '../../config/theme'
interface Props {
bootstraped: boolean
}
const AnimatedGate: React.FunctionComponent<Props> = (props) => {