import { StyleSheet } from 'react-native';

export const styles = StyleSheet.create({
  container: {
    position: 'relative',
    bottom: 0,
    alignSelf: 'center'
  },
  itemContainer: {
    position: 'absolute',
    overflow: 'hidden'
  }
});
