import React from 'react' import { Text, TouchableHighlight, StyleSheet } from 'react-native' export default function SelectFiles ({ showFilePicker }) { return ( Select files ) } const styles = StyleSheet.create({ button: { backgroundColor: '#cc0077', padding: 15, }, text: { color: '#fff', textAlign: 'center', fontSize: 17, }, })