alpha0010 / react-native-file-access

Filesystem access for React Native
MIT License
307 stars 19 forks source link

fix - requiresMainQueueSetup warning on iOS #4

Closed mysport12 closed 3 years ago

mysport12 commented 3 years ago

Resolves the warning that the module requires main queue setup because it overrides constantsToExport

alpha0010 commented 3 years ago

Thank you.