Instabug / Instabug-React-Native

In-app feedback and bug reporting tool for React Native
https://instabug.com/platforms/react-native
MIT License
309 stars 100 forks source link

fix(android): UIManagerModule Fix for Bridgeless #1236

Open arushikesarwani94 opened 3 months ago

arushikesarwani94 commented 3 months ago

Description of the change

https://github.com/Instabug/Instabug-React-Native/blob/master/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java#L925

will fail in Bridgeless mode React Native 0.74 on Android since this returns null in Bridgeless

https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java#L600-L606

How

Implemented fallback in Bridgeless to UIManagerHelper

Type of change

Checklists

Development

Code review

arushikesarwani94 commented 3 months ago

cc: @ahmedAlaaInstabug for review