@yongmin86k/star-io-10
v2.9.1
Published
StarIO10 framework to fix conflicts with react-native-star-io10
Readme
StarIO10 swift package
This package fixes issues when the react-native-star-io10 package conflicts.
Requirements
| package | version |
| ---------------------------------------------------------------------------------- | --------- |
| react-native-star-io10 | v1.10.0+ |
| patch-package | v8.0.0+ |
Installation
- Install the packages
npm i react-native-star-io10 @yongmin86k/star-io-10npm i patch-package -DModify podspec file in
react-native-star-io10Open
react-native-star-io10podspec file in following path.{{YOUR_PROJECT_FOLDER}}/node_modules/react-native-star-io10/react-native-star-io10.podspec
Remove
s.vendored_frameworksand adds.dependency
s.requires_arc = true s.dependency "React" + s.dependency "StarIO10" # ... # s.dependency "..." - s.vendored_frameworks = 'ios/libs/StarIO10.xcframework'Modify the podspec file in the conflicting package as above.
Create patch files.
npm run patch-package react-native-star-io10And create the patch file for the conflicting package as well.
npm run patch-package {{package-name}}- Modify
Podfilein React Native Projects
target 'YourApp' do
use_frameworks!
# Manually link the StarIO10 framework
pod 'StarIO10', :path => '../node_modules/@yongmin86k/star-io-10'
end
License
MIT
