mikehardy / react-native-update-apk

Update apk from non-play store servers, and update ios from app store in React Native.
MIT License
195 stars 57 forks source link

Cannot read property 'RNFSFileTypeRegular' of null #76

Closed DevineDecrypter closed 1 year ago

DevineDecrypter commented 1 year ago

Hey, i'm using rn-update-apk with rn-fetch-blob, the app detects updates and force updates but it cannot start downloading, i get this error which i believe is related to react-native-fs: TypeError: Cannot read property 'RNFSFileTypeRegular' of null, js engine: hermes image

how can i fix this problem? thank you.

DevineDecrypter commented 1 year ago

ok i had to install the react-native-fs package into my project seperately. i thought it should be added automatically !