We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arnif@33c63cb fixes the following build error:
node_modules/react-native-hour-format/ios/RNHourFormat.h:8:9: 'React/RCTBridgeModule.h' file not found
...by adding a podspec dependency on React, but puts the podspec in the wrong place. It should be in the top-level directory, not the ios/ directory.
The text was updated successfully, but these errors were encountered:
Fix podspec file
33c63cb
It is possible to fix it oneself and patch the package if can't wait for the owner. https://github.com/ds300/patch-package. cc @jgreen210
Sorry, something went wrong.
No branches or pull requests
arnif@33c63cb fixes the following build error:
...by adding a podspec dependency on React, but puts the podspec in the wrong place. It should be in the top-level directory, not the ios/ directory.
The text was updated successfully, but these errors were encountered: