paandahl / react-native-filesystem

Simple file system API for iOS & Android.
Apache License 2.0
71 stars 26 forks source link

removed function that prevented RNF from working with React >= 0.47 #13

Closed kylegoetz closed 6 years ago

kylegoetz commented 7 years ago

React deprecated an (unused) function that this lib was @overriding. I removed it because otherwise cannot use RNF with React Native >= 0.47.

wisteria-hill-technologies commented 6 years ago

@benwixen Could you merge @kylegoetz 's solution asap? I spent hours trying to figure out why this library caused my app in android to stop working. Now it works with this solution. Thank you. Also, I think you just need to remove the line with @Override only.

paandahl commented 6 years ago

Thank you @kylegoetz for the PR. It is now merged with the master branch.