NativeBase: RNCAndroidDialogPicker" was not found in the UIManager after upgrade to nativebase 2.13.15

I have gone through these following points

Issue Description

node, npm, react-native, react and native-base version, expo version if used, xcode version

“node”:“v12.14.1”, “npm”:“6.14.9” “native-base”: “^2.13.15”, “react”: “16.13.1”, “react-native”: “0.63.3”,

Steps to reproduce

  • Upgrade to latest nativebase 2.13.15
  • watchman watch-del-all
  • gradlew clean
  • react-native start --reset-cache
  • react-native run-android

Is the bug present in both iOS and Android or in any one of them?

only tested in Android, don’t know in IOS.

Any other additional info which would help us debug the issue quicker.

image

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 7
  • Comments: 16 (1 by maintainers)

Most upvoted comments

Try the below:

  • yarn add @react-native-community/picker

  • cd android && ./gradlew clean && cd ..

  • react-native run-android

This worked for me.

Try the below:

  • yarn add @react-native-community/picker
  • cd android && ./gradlew clean && cd ..
  • react-native run-android

This worked for me.

ok it’s worked,

but @react-native-community/picker has been deprecated, and moved to @react-native-picker/picker

In my case I am using “react-native-picker-select”: “^8.0.4” and it was not working until I added “@react-native-picker/picker”: “^2.2.1” also by 'yarn add …"

It seems native-base latest release 2.13.15 included the deprecated dependency. Maybe changing that to @react-native-picker/picker might fix the issue.

Screenshot 2020-12-14 at 15 52 55

I have the same problem after updating RN version

Still facing this issue. Does anyone come up with a solution? I am using Expo SDK 38 and Native Base 2.15.2