import React from 'react' import { StyleSheet, View } from 'react-native' export default ({ children }) => {children} const styles = StyleSheet.create({ section: { marginTop: 10, marginBottom: 10, marginLeft: 40, marginRight: 40, }, })