UNPKG

@nithinpp69/react-native-animated-button

Version:
15 lines (13 loc) 287 B
import { StyleSheet } from 'react-native'; const styles = props => { return StyleSheet.create({ childContainer: { position: 'absolute', top: 0, zIndex: 110, alignSelf: props.position } }); }; export default styles; //# sourceMappingURL=styles.js.map