dule-vikki
dule-vikki
The my app must be migrate to another Apple Store Account. So I worry about like issue's title above. After I read the Apple's docs about [identifierForVendor](https://developer.apple.com/documentation/uikit/uidevice/identifierforvendor?language=objc) I think the...
Hi @mrousavy, currently I have to migrate the unencrypted data to new encrypt MMKV and I am facing this crash as title in the first time when I open an...
After I enabled new architecture, pdf file can not render on iOS ``` "react-native-blob-util": "0.21.3", "react-native-pdf": "6.6.2", ``` Code ``` { console.log('e: ', e); }} onLoadProgress={(percent: number) => { console.log({...
``` "react-native-pdf": "6.7.6" "react-native": "0.76.9", newArchEnabled=true ``` I enabled new architecture flag with above configs on both iOS and Android platforms. On iOS, can render the signature  But on...