ADL
ADL
Getting blank image on android, iOS works well , Below is the code :- ``` "react-native-view-shot": "^3.1.2", const downloadImage = async () => { console.warn("Download"); try { // react-native-view-shot caputures...
Getting the below error After using "react-native-draggable-flatlist": "^2.6.2" with "react-native": "0.65.1". @computerjazz Below is the code ``` { console.log(data); }} keyExtractor={(item) => item.id.toString()} renderItem={renderItem} /> const renderItem = ({ item,...