enx-uikit-react-native
Version:
It is a react native component for Enablex users.
21 lines (20 loc) • 439 B
JavaScript
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
bottomBar: {
marginStart:15,
marginEnd:15,
marginBottom:20,
flexDirection: 'row',
backgroundColor: '#757575',
height: 70,
borderRadius:20,
},
inlineImg: {
width: 38,
alignSelf: "center",
height: 38,
zIndex: 50,
top: 10
}
});
export { styles }