Muhammad Danish

Results 6 comments of Muhammad Danish

any solution. APK generated in **RN** : 0.73.6 : 27 MB AFTER UPGRADE APK generated in **RN** : 0.74.0 : 60 MB

@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...

@TheProgamererZ try tp pass ref in `Select`. `const selectRef = React.useRef(null)`; `useEffect(() => { ref.current = selectRef.current?.open(); }, []);`