Adarsh Kumar
Adarsh Kumar
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...
## Upgrading to eslint 9.9.0. ## Describe the problem you have without this PR I apologize for raising the pull request before its completion. I encountered the following issue and...