UNPKG

sfm-uikit-react-native

Version:

It is a react native component for SmartFloMeet users.

15 lines (14 loc) 291 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ bottomBar: { flexDirection: 'row', height: 70, }, inlineImg: { width: 35, alignSelf: "center", height: 35, zIndex: 50, } }); export { styles }