-
Notifications
You must be signed in to change notification settings - Fork 101
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
Issue with react-native-curved-bottom-bar After Updating to React Native 0.76.5 only on Android #82
Comments
Also tried updating libraries like react-navigation/bottom-tabs, react-navigation/native, and react-native-svg , but I'm still facing the same issue. |
i have solution |
Could you please help me with it |
@dheerajkumar003 @Lucasmellof @hoaphantn7604 everyone replace this file with this code and patch the changes and reinstall node module and build FilePath: node_modules/curvded_bottom-tabbar/android/src/main/java/com/curvedbottombar/ShadowListener.java package com.curvedbottombar; import android.os.CountDownTimer; public class ShadowListener implements EventDispatcherListener { private Map<Integer, ShadowLayout> imageIds = new HashMap<>(); private CountDownTimer fadeTimer; public ShadowListener(ReactContext reactContext) {
} public void onAddView(ShadowLayout parent, View child) { @OverRide private void handleEvent(Event event) {
} public void tearDown() { |
@rushant11 bro I am getting below error when I tried running project after successful gradle clean C:\Users\Dheeraj\Admin\housivity-app\node_modules\react-native-curved-bottom-bar\android\src\main\java\com\curvedbottombar\ShadowListener.java:61: error: cannot find symbol FAILURE: Build failed with an exception.
BUILD FAILED in 1m 3s |
Ok so issue was Override should be used instead of OverRide in ShadowListener.java |
Recently updated to React Native version 0.76.5 and encountered an issue with react-native-curved-bottom-bar:
Attempt to invoke virtual method 'com.facebook.react.uimanager.events.EventDispatcher com.facebook.react.uimanager.UIManagerModule.getEventDispatcher()' on a null object reference.
I have also attached a screenshot.
The text was updated successfully, but these errors were encountered: