-
Notifications
You must be signed in to change notification settings - Fork 734
Attempt to invoke virtual method 'void.com.facebook.react.uimanager.UIManagerModule.onBatchComplete()' on a null object reference #3397
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
Comments
Commenting out the following line in
Not sure what the long term solution is.
|
Hi @muzhaqi16 does it reproduce on project with RN |
still not fixed? 🙁 |
Waiting for this fix |
Having the same error can anybody recommend a fix till they resolve the issue |
@matice2 @JoseAIG @AhmedMaqbool |
Okay this only works on 0.73 my project is using 0.76 any sort of timeline when you guys will start supporting 0.76 |
I am getting the same error kindly fix it. i am only using the Carousel component |
Same problem |
…t reference Fixes wix#3397
I have the same problem. I have this error when input field on focus, and when hide application, and come back i get this error |
Same problem here for TextField. "react": "^18.3.1", |
Same issue. Please, when will this problem be fixed?? |
So when will this issue be fixed for latest react-native: 0.76.6 ?? |
I needed to update From this:
To this:
And it works to me. I need to add this to patch-package too |
Any update on this? I have installed the lastest version Thanks! |
As was already said (and is mentioned in the first paragraph of the repo's README) — this library only supports RN 0.73. They'll support 0.77 at some point (no timeline given) Clarity aside, being over a year behind the official RN releases is a deal breaker for us, so we have to remove our dep on this lib |
The fix I suggested earlier works great. No problem using with 0.77
…On Sat, Feb 15, 2025 at 16:06 mihaibulic2 ***@***.***> wrote:
*As was already said — this library only supports RN 0.73. They'll support
0.77 at some point (no timeline given)*
Personally, being over a year behind the official RN releases is a deal
breaker, so I'm removing my dep on RN UI lib.
—
Reply to this email directly, view it on GitHub
<#3397 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB53IRJTBUMYKPRA43M2YPL2P7B53AVCNFSM6AAAAABSDRUKGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRRGE2DAMRTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: mihaibulic2]*mihaibulic2* left a comment
(wix/react-native-ui-lib#3397)
<#3397 (comment)>
*As was already said — this library only supports RN 0.73. They'll support
0.77 at some point (no timeline given)*
Personally, being over a year behind the official RN releases is a deal
breaker, so I'm removing my dep on RN UI lib.
—
Reply to this email directly, view it on GitHub
<#3397 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB53IRJTBUMYKPRA43M2YPL2P7B53AVCNFSM6AAAAABSDRUKGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRRGE2DAMRTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
`
` i didcthis patch and still facing the smae issues |
hey @deidine also patch uilib-native package. its dependency |
check it out #3397 (comment) |
I applied the fix and used patch-package, but it still gives me the same error |
patch the uilib-native too. |
I applied the patch, works great but now my Dialogs on Android don't work correctly. Anyone else have this issue? |
What issue did you run into? I applied the patch to both |
For those who still have the bug after patching files, cleaning npm cache may help :
|
I tried the patch, but it's not working with 'react-native': '0.78.1' and 'react-native-ui-lib': '^7.39.1'. |
The patch worked well in my environment. expo: 52.0.42 As already mentioned, the patch needs to be applied not only to react-native-ui-lib but also to uilib-native.
|
Description
Attempt to invoke virtual method 'void.com.facebook.react.uimanager.UIManagerModule.onBatchComplete()' on a null object reference
Related to
Steps to reproduce
Steps to reproduce the behavior:
Attempt to invoke virtual method 'void.com.facebook.react.uimanager.UIManagerModule.onBatchComplete()' on a null object reference
Expected behavior
For the app not to crash
Actual behavior
App crashes
More Info
Code snippet
Screenshots/Video
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: