import React from 'react' import { StyleSheet, Text } from 'react-native' export default ({ text }) => {text} const styles = StyleSheet.create({ style: { color: '#222', }, })