question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not Woking with 0.64(Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager)

See original GitHub issue

Describe the bug
Invariant Violation: requireNativeComponent: “RNCAndroidDialogPicker” was not found in the UIManager

To Reproduce
Steps to reproduce the behavior:

    <View style={styles.container}>
      <Text>Home Page</Text>
      <RNPickerSelect
        onValueChange={value => console.log(value)}
        useNativeAndroidPickerStyle={false}
        items={[
          {label: 'Football', value: 'football'},
          {label: 'Baseball', value: 'baseball'},
          {label: 'Hockey', value: 'hockey'},
        ]}
      />
    </View>
"dependencies": {
    "react": "17.0.1",
    "react-native": "0.64.0",
    "react-native-picker-select": "^8.0.4"
  },

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:25
  • Comments:11

github_iconTop GitHub Comments

8reactions
DwClebcommented, Apr 22, 2021

I have the same issue in React Native version 0.64

6reactions
sclavijo93commented, Apr 26, 2021

I have the same issue in RN 0.63.3

Read more comments on GitHub >

github_iconTop Results From Across the Web

RNCAndroidDropdownPicker was not found in the UIManager
I have installed nativebase version 2.15.2. I am getting following error in android: requireNativeComponent "RNCAndroidDropdownPicker ...
Read more >
lawnstarter - Bountysource
Not Woking with 0.64(Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was ... "RNCAndroidDialogPicker" was not found in the UIManager.
Read more >
requireNativeComponent: "RNCAndroidDialogPicker" was not ...
invariant violation: requirenativecomponent: "rncandroiddialogpicker" was not found in the uimanager. Add Answer | View In TPC Matrix.
Read more >
Not Woking with 0.64(Invariant Violation ... - bytemeta
Describe the bug. Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager. To Reproduce
Read more >
react-native-picker-select - npm
... see a `Invariant Violation: requireNativeComponent "RNCPicker" was not found in the UIManager` error: # React Native users npm install ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found