UNPKG

@freakycoder/animated-tabbar

Version:

A 60FPS animated tab bar with a variety of cool animation presets.

9 lines 228 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { backgroundColor: 'white', justifyContent: 'center', paddingHorizontal: 24 } }); //# sourceMappingURL=styles.js.map