custjiajia

Results 2 issues of custjiajia

why result only has ImageWidth,ImageHeight,Orientation? how to get others? return NativeModules.ReactNativeExif.getExif(path).then(result => { if (Platform.OS === 'android') { return unifyAndroid(result) } else { return unifyIOS(result) } }) i find other...