react-native-wheel-pick icon indicating copy to clipboard operation
react-native-wheel-pick copied to clipboard

Incompability with the new version of react native date picker

Open AlirezaHadjar opened this issue 2 years ago • 1 comments

If I update the @react-native-community/datetimepicker to version >7.0.0, I face a runtime error on Android. Everything is fine with version 6.7.5

Native module RNDatePicker tried to override RNDatePicker Check the getPackages() method in MainApplication.java, it might be that module is being created twice. If this was your intention, set canOverrideExistingModule=true. This error may also be present if the package is present only once in getPackages but is also automatically added later during build time by autolinking. Try removing the existing entry and rebuild.

AlirezaHadjar avatar Jun 29 '23 19:06 AlirezaHadjar

@AlirezaHadjar Try to use [email protected] it works on the latest version of React Native.

ahmad0303 avatar Jul 17 '23 21:07 ahmad0303