alain ibrahim
alain ibrahim
it's a reactnative package so only working on android/ios/web at best
i have same error but only in release mode not dev mode how do you fixed it please ?
i have same probleme i use a scrollView and each items display only a , no text i added testID with a specific id, but it don't work. it press...
me too . any solution please ?
same problem for me. switching didn't trigger keyboard change on android + rn 74 
try to use modalHeight={windowHeight} for example
I updated the plunker with 3.0.16 thanks. Now it go inside the textarea but in i have to press "tab" for each button of the ng-wig ( in my app...
@bampakoa thanks but i already created custom button for other purpose. I want to do this : when i'm in a textarea of a ng-wig, if i press "tab" button...
i solved the problem by using only imagePicker , they add exif in last version openCameraCropper(){ ImagePicker.openCamera({ includeExif:true, cropping: true, width: 300, height: 400, compressImageMaxWidth: 900, compressImageMaxHeight: 900, compressImageQuality: 0.72...
any update on writing exif ? i'm trying to do it after image compression (who remove exif) thanks