You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have the following problem... can you help me please?
npx create-react-native-module --package-name react-native-XXX --generate-example XXX
...
Linking the new module library to the example app
yarn add v1.22.17
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning "react-native > react-native-codegen > [email protected]" has unmet peer dependency "@babel/preset-env@^7.1.6".
warning "@react-native-community/eslint-config > @typescript-eslint/eslint-plugin > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
[4/4] 🔨 Building fresh packages...
...
Pod installation complete! There are 54 dependencies from the Podfile and 45 total pods installed.
[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via pod repo remove master. To suppress this warning please add warn_for_unused_master_specs_repo => false to your Podfile.
...
Done!
cd example/ ==> npx react-native run-ios ==> yes, works well!
for edit XXX.h and XXX.m I open react-native-XXX/ios/XXX.xcodeproj (and not .xcworkspace - and not /example/) but xcode not showing XXX.h and XXX.m files?
(instead if I open react-native-XXX/example/ios/example.xcworkspace works well)
How can I edit the XXX.h and XXX.m files?
npx react-native --version => 6.2.0
yarn -v => 1.21.1
npm -v => 7.24.0
Xcode Version 13.1
MacOS BigSur 11.6
Thank you all!
The text was updated successfully, but these errors were encountered:
Hi,
I have the following problem... can you help me please?
npx create-react-native-module --package-name react-native-XXX --generate-example XXX
...
Linking the new module library to the example app
yarn add v1.22.17
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning "react-native > react-native-codegen > [email protected]" has unmet peer dependency "@babel/preset-env@^7.1.6".
warning "@react-native-community/eslint-config > @typescript-eslint/eslint-plugin > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
[4/4] 🔨 Building fresh packages...
...
Pod installation complete! There are 54 dependencies from the Podfile and 45 total pods installed.
[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via
pod repo remove master
. To suppress this warning please addwarn_for_unused_master_specs_repo => false
to your Podfile....
Done!
cd example/ ==> npx react-native run-ios ==> yes, works well!
for edit XXX.h and XXX.m I open react-native-XXX/ios/XXX.xcodeproj (and not .xcworkspace - and not /example/) but xcode not showing XXX.h and XXX.m files?
(instead if I open react-native-XXX/example/ios/example.xcworkspace works well)
How can I edit the XXX.h and XXX.m files?
Thank you all!
The text was updated successfully, but these errors were encountered: