Skip to content
New issue

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

Exception bridge module null does not conform to RCTBridgeModule was dispatchViewManagerCommand Error after Upgrading to react native from 0.71.16 to 0.72 #260

Closed
amir-ibrahim opened this issue Feb 8, 2024 · 4 comments

Comments

@amir-ibrahim
Copy link

Screenshot 2024-02-06 at 5 30 55 PM ## Environment

warn Package react-native-appsflyer contains invalid configuration: "dependency.platforms.ios.podspecPath" is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers about this.
info Fetching system and libraries information...
System:
OS: macOS 14.2.1
CPU: (8) arm64 Apple M1 Pro
Memory: 1.12 GB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.10.0
path: ~/.nvm/versions/node/v20.10.0/bin/node
Yarn:
version: 4.0.2
path: ~/.nvm/versions/node/v20.10.0/bin/yarn
npm:
version: 10.4.0
path: ~/.nvm/versions/node/v20.10.0/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.14.3
path: /Users/amir/.rubies/ruby-3.3.0/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.2
- iOS 17.2
- macOS 14.2
- tvOS 17.2
- visionOS 1.0
- watchOS 10.2
Android SDK:
API Levels:
- "28"
- "29"
- "30"
- "31"
- "32"
- "33"
- "34"
Build Tools:
- 28.0.3
- 29.0.3
- 30.0.2
- 30.0.3
- 31.0.0
- 32.0.0
- 32.1.0
- 33.0.0
- 33.0.1
- 34.0.0
System Images:
- android-28 | Google ARM64-V8a Play ARM 64 v8a
- android-30 | Intel x86_64 Atom
- android-30 | Google APIs Intel x86 Atom
- android-30 | Google Play Intel x86 Atom
- android-31 | Intel x86_64 Atom
- android-31 | Google APIs ARM 64 v8a
- android-32 | Google APIs ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2022.3 AI-223.8836.35.2231.11090377
Xcode:
version: 15.2/15C500b
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.10
path: /usr/bin/javac
Ruby:
version: 3.3.0
path: /Users/amir/.rubies/ruby-3.3.0/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.10
wanted: 0.72.10
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false

Things I’ve done to figure out my issue

Upgrading version

Upgrading to react native from 0.71.16 to 0.72

Description

i faced this error after Upgrading from react native 0.71.16 to 0.72
Exception bridge module null does not conform to RCTBridgeModule was dispatchViewManagerCommand not target UIManager with params ( 85, reset, ()))

the issue is on ios, android
I face this issue when the app start
the app is working fine on ios, android

Reproducible demo

RPReplay_Final1707225980.MP4
@amir-ibrahim
Copy link
Author

amir-ibrahim commented Feb 12, 2024

does anyone have a clue here?

@amir-ibrahim
Copy link
Author

thank god i managed to solve this issue if anyone wondering it was a problem with compatibility with lottie-react-native & lottie-ios libraries versions

@jr00n
Copy link

jr00n commented Oct 14, 2024

thank god i managed to solve this issue if anyone wondering it was a problem with compatibility with lottie-react-native & lottie-ios libraries versions

@amir-ibrahim how did you solve it? I went from Expo 49 to 50 and have the same issue.

@jr00n
Copy link

jr00n commented Oct 15, 2024

My problem was that i tried to .pause() the annimation but at the same time the component was gone due to re-render.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants