Muhammad Danish
Muhammad Danish
any solution. APK generated in **RN** : 0.73.6 : 27 MB AFTER UPGRADE APK generated in **RN** : 0.74.0 : 60 MB
> AndroidManifest.xml > > that's worked
facing same issue while downloading.....
@marcelormourao no Its also fail on **Android 13** devices as well. initially I'm facing `Cannot read property 'rnfbEncode' of undefined` to fix this I wrap the path with `ReactNativeBlobUtil.wrap(path)` but...
version `0.19.8` also shave same issue
@TheProgamererZ try tp pass ref in `Select`. `const selectRef = React.useRef(null)`; `useEffect(() => { ref.current = selectRef.current?.open(); }, []);`