UNPKG

react-native-multibar-crosslisting

Version:
14 lines (12 loc) 260 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { position: 'relative', bottom: 0, alignSelf: 'center' }, itemContainer: { position: 'absolute', overflow: 'hidden' } });