I'm trying to preview files inside my component. Currently I'm using react-native-file-viewer, which can't open the files inside the component and takes up the whole screen. Is there any way to achieve this in react-native?
<SafeAreaView style={{flex: 1, backgroundColor: 'white'}}><Grid><Col size={30}> ...</Col><Col size={70} style={{ backgroundColor: '#00CE9F'}}> //Preview should go here</Col></Grid></SafeAreaView>
The preview should be displayed on the right side.This is the current preview: