-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Unable to find JSIModule for class interface com.facebook.react.bridge.UIManager #20636
Comments
This comment has been minimized.
This comment has been minimized.
i m facing the same issue |
Getting Same Error. Any Ideas would be helpful |
I'm facing the same issue, using UIManager.dispatchViewManagerCommand |
@Abby3017 what is your android version running the app? I am experiencing the same issue on Android 8, release build, signed.
|
Facing the same issue after updating RN from 54 to 57 Update: |
@igorlira did you report to code push? |
@kevinresol I think this is more like a case of user error rather than an actual issue on CodePush, since I don't think a JS bundle compiled for an older version of RN should be expected to run on a newer version. |
Hi @igorlira I've exactly the same problem than you. Did you solved it? |
My problem was same as @igorlira's @ivanbtrujillo if you are using CodePush you can try this:
|
Yep that was the issue, after publish a new release to CodePush it works. Thanks guys! |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
I am also facing the same issue, given below were my required information. React Native Environment Info: Error I am seeing in Logcat as follows : E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules After lot of hurdles I have fixed most of my babel issues using #20150 (comment) |
Did you find any resolution ? I am also got struck now |
i am also running into this when running the app in release mode. It works fine in debug mode. |
Me too, app works fine in Debug mode, but release, here is the full log:
2019-08-27 16:46:03.767 9819-9901/com.ascentis.astons E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules |
Hi guys I found this solution: Delete the index.android.* files in android/app/src/main/assets/ directory. Then in the project root, then run:
Then I regenerated the signed APK and voila! |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.6
CPU: x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
Memory: 26.42 MB / 8.00 GB
Shell: 5.3 - /bin/zsh
Binaries:
Node: 10.1.0 - /usr/local/bin/node
Yarn: 1.6.0 - /usr/local/bin/yarn
npm: 6.0.1 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 11.4, macOS 10.13, tvOS 11.4, watchOS 4.3
Android SDK:
Build Tools: 23.0.1, 23.0.2, 23.0.3, 26.0.2, 27.0.3
API Levels: 23, 26, 27
IDEs:
Android Studio: 3.1 AI-173.4907809
Xcode: 9.4.1/9F2000 - /usr/bin/xcodebuild
npmPackages:
@storybook/react-native: ^3.4.8 => 3.4.8
react: 16.4.1 => 16.4.1
react-native: 0.56 => 0.56.0
npmGlobalPackages:
react-native-cli: 2.0.1
Description
I've been getting this error in my application on a newer versions of android after initial debug launch. After 'Reload' pressed it shows me a general 'Could not connect to development server' error. And of course the steps listed doesn't help. Any suggestions?
P.S New projects initialised with 'react-native init' works correctly.
Reproducible Demo
Sorry the sample for reproduction can't be provided
The text was updated successfully, but these errors were encountered: