React native – I can't seem to find out why my code is failing to get a snapshot in my react expo project
import { View, StyleSheet, Platform } from 'react-native'; import * as ImagePicker from 'expo-image-picker'; import { useState, useRef } from 'react'; import { GestureHandlerRootView } from 'react-native-gesture-handler'; import * as MediaLibrary from 'expo-media-library'; import { captureRef } from 'react-native-view-shot'; import…