UNPKG

reanimated-tab-navigator

Version:

A customizable animated bottom tab navigator for React Native

8 lines (6 loc) 210 B
import { StyleSheet, Dimensions } from 'react-native'; const { width } = Dimensions.get('window'); export const styles = StyleSheet.create({ // Referenced from TabNavigator.js // Lines 126-194 });