alpha0010 / react-native-file-access

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

fix iOS link error causing issue to link in podFile while installed from npm #86

Open om-swiggy opened 1 month ago

om-swiggy commented 1 month ago

Hey @alpha0010, I found this error causing issue to link with iOS manually on debugging found this issue: Unable to link iOS on debugging found that we're not using exact name as package causing podspec error in react native file access being getting unlinked can you please merge so that it will be easy for users to use this package specifically in RN 73

Screenshot 2024-07-29 at 10 43 38 AM

PS: Also all my node modules are in the same directory so folks please ignore the node modules path

Thanks in advance for this package.

yousif-bugsnag commented 2 weeks ago

Hello!

Could this be addressed with just a docs update to the manual install guide?

pod 'ReactNativeFileAccess', :path => '<Location_to_your_node_modules>/node_modules/react-native-file-access'
omduragkar commented 2 weeks ago

Hello!

Could this be addressed with just a docs update to the manual install guide?

pod 'ReactNativeFileAccess', :path => '<Location_to_your_node_modules>/node_modules/react-native-file-access'

Hey @yousif-bugsnag correct but not only that we will have to update name to podspec as well.. thus need access to pull