For anyone else getting this error:
There's a naming collision between the "utf8" package and react-native's internal utf8 library.
@eacbkk forked utf8 to rename it:
https://github.com/eacbkk/utf8.js
I forked @tianling536's fork of react-native-fs to avoid the utf8 error and get RN 0.5x.x support:
https://github.com/Gregor1971/react-native-fs
... and this
https://github.com/Gregor1971/redux-persist-fs-storage
Do you want to submit a PR?
I don't know if a PR makes sense here. The forked utf8 package isn't published, so I'm using github urls in the package.json files - probably not something you want to make "official".
I think the react-native team will come up with a good solution. They're discussing it: https://github.com/facebook/react-native/pull/17146.
Most helpful comment
I don't know if a PR makes sense here. The forked utf8 package isn't published, so I'm using github urls in the package.json files - probably not something you want to make "official".
I think the react-native team will come up with a good solution. They're discussing it: https://github.com/facebook/react-native/pull/17146.