You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm faced a build failure when trying to run my React Native project on Android after upgrading. The error seems to be related to the react-native-date-picker package, where it's unable to find the CustomEditText class in the NumberPicker component during compilation.
Expected behavior
/Users/AjayCR/.../react-native-date-picker/android/build/generated/data_binding_base_class_source_out/debug/out/com/henninghall/date_picker/databinding/NumberPickerMaterialBinding.java:17: error: cannot find symbol
private final NumberPicker.CustomEditText rootView;
^
symbol: class CustomEditText
location: class NumberPicker
...
I have tried updating the library to the latest version and Downgarding, but the issue persists.
I also tried cleaning the build cache using ./gradlew clean but did not resolve the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm faced a build failure when trying to run my React Native project on Android after upgrading. The error seems to be related to the react-native-date-picker package, where it's unable to find the CustomEditText class in the NumberPicker component during compilation.
Expected behavior
/Users/AjayCR/.../react-native-date-picker/android/build/generated/data_binding_base_class_source_out/debug/out/com/henninghall/date_picker/databinding/NumberPickerMaterialBinding.java:17: error: cannot find symbol
private final NumberPicker.CustomEditText rootView;
^
symbol: class CustomEditText
location: class NumberPicker
...
Environment:
Expo: 52.0.25
React Native Version: 0.76.5
React Native Date Picker Version: 5.0.7
Additional Information:
I have tried updating the library to the latest version and Downgarding, but the issue persists.
I also tried cleaning the build cache using ./gradlew clean but did not resolve the issue.
The text was updated successfully, but these errors were encountered: