sfm-uikit-react-native
Version:
It is a react native component for SmartFloMeet users.
20 lines (18 loc) • 374 B
JavaScript
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
topBar: {
width: '100%',
height:60,
top:0,
justifyContent:'center',
flexDirection: 'row',
},
inlineImg: {
width: 30,
alignSelf: "center",
height: 30,
zIndex: 50,
top: 10
}
});
export { styles }