Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

171
Views
¿Cómo resolver el problema con la interfaz de usuario de registro de Amplify en React Native?

Usando React Native, estoy usando las siguientes dependencias.

 "dependencies": { "@react-native-async-storage/async-storage": "^1.15.11", "@react-native-community/netinfo": "^7.1.2", "@react-native-community/picker": "^1.8.1", "@react-native-picker/picker": "2.2.1", "aws-amplify": "^4.3.8", "aws-amplify-react-native": "^6.0.1", "expo": "^37.0.7", "react": "16.9.0", "react-dom": "16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-android-dialog-picker": "^0.1.0", "react-proxy": "1.1.8" }

Estoy usando el componente Amplify para reaccionar nativo. Puedo hacer clic en Forget Password y hacer que aparezca la interfaz de usuario. Sin embargo, cuando hago clic en Sign Up , aparece un error.

 Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager. This error is located at: in RNCAndroidDialogPicker(created by ForwardRef(PickerAndroid)) in ForwardRef(PickerAndroid) (created by Picker) ... AmplifyUI.tsx:250) in Wrapper (at SignUp.tsx:247) ...

¿Cómo puedo solucionar este problema y por qué sucede?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Tuve el mismo problema, pero con la CLI nativa de reacción.

Lo resolví instalando la dependencia "@react-native-picker/picker".

Creo que su problema se deriva de que tiene: "@react-native-community/picker" y "@react-native-picker/picker".

solo debes tener uno de esos

about 4 years ago · Juan Pablo Isaza Report

0

Lo anterior es correcto, tuve el mismo problema con la exposición. esto lo soluciono.

primero

 yarn remove @react-native-community/picker

después

 yarn add @react-native-picker/picker
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!