itinance / itinance/react-native-fs
Update podspec to keep compatibility with use_frameworks on XCode 12
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
To allow successful build of react-native app using this package on XCode 12 with use_frameworks, please implement following change in podspec:
```
- s.dependency 'React'
+ s.dependency 'React-Core'
```
For more details see https://github.com/facebook/react-native/issues/29633#issuecomment-694187116
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.