Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

How to preview files inside an app component using react-native

$
0
0

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.ScreenshotThis is the current preview:Current Preview


Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>