react-native-build-config
react-native-build-config copied to clipboard
Expose native build config to JS
This pull request adds support for react-native-macos. No code changes had to be done, the project just had to be configured for macOS too. Not sure why `react-native-build-config.podspec` was rewritten,...
There seems to be a typo in the README about linking the package. I've fixed that along with information on finding the main application class.
The Android OS versions used in the build.gradle file of this project are very outdated. This has the effect that this library cannot be used in certain conditions. The gradle...
This change resolves build fails issue by implementing the new native module method architecture https://reactnative.dev/docs/native-modules-ios#create-custom-native-module-files Error log ``` ❌ /Users/[REDACTED]/git/node_modules/react-native/React/Base/RCTBridgeModule.h:151:56: expected ';' at end of declaration list @property (nonatomic, weak,...
Getting below errors ` ❌ /Users/[REDACTED]/git/node_modules/react-native/React/Base/RCTBridgeModule.h:151:56: expected ';' at end of declaration list @property (nonatomic, weak, readonly) RCTBridge *bridge RCT_DEPRECATED; ^ ❌ /Users/[REDACTED]/git/node_modules/react-native/React/Base/RCTBridgeModule.h:151:57: type specifier missing, defaults to 'int'; ISO...