import React from 'react' import { StyleSheet, Text, TouchableHighlight } 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, }, })