...
import { Divider } from 'react-native-material-ui';
...
render() {
<View>
<Text>Hello world!</Text>
<Divider/>
<Text>
</View>
}
const propTypes = {
inset: PropTypes.bool,
style: PropTypes.shape({
container: View.propTypes.style,
}),
};