NativeBase: RNCAndroidDialogPicker" was not found in the UIManager after upgrade to nativebase 2.13.15
I have gone through these following points
- Check latest documentation: https://docs.nativebase.io/
- Check for existing open/closed issues for a possible duplicate before creating a new issue: https://github.com/GeekyAnts/NativeBase/issues
- Use the latest NativeBase release: https://github.com/GeekyAnts/NativeBase/releases
- [] Check examples from NativeBase KitchenSink https://github.com/GeekyAnts/NativeBase-KitchenSink
- [] For discussion purpose make use of NativeBase Slack: http://slack.nativebase.io/
- [] For queries related to theme, check Theme Variables from Docs and live NativeBase Theme Editor http://nativebase.io/customizer/
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-allgradlew cleanreact-native start --reset-cachereact-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.

About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 7
- Comments: 16 (1 by maintainers)
Try the below:
yarn add @react-native-community/pickercd android && ./gradlew clean && cd ..react-native run-androidThis worked for me.
ok it’s worked,
but
@react-native-community/pickerhas been deprecated, and moved to@react-native-picker/pickerIn 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/pickermight fix the issue.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