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

191
Views
React Native: intento de invocar el método virtual 'boolean.java.lang.String.equals(java.lang.Object)' en un objeto de referencia nulo

He estado usando react-native-image-picker en mi aplicación durante un tiempo sin problemas, pero de repente aparece el error en el título, afaik, no he cambiado nada en mi código, así que no estoy seguro de por qué está dando yo este error...

¡El modal para elegir galería/cámara ni siquiera se abre ahora!

https://github.com/react-native-image-picker/react-native-image-picker

 "react-native": "0.64.0", "react-native-image-picker": "^3.1.3",
 const launchImgLibrary = async (index) => { //Alert.alert('kaka'); let options = { storageOptions: { skipBackup: true, path: 'images' }, }; launchImageLibrary(options, (response) => { //console.log('Response = ', response); if(response.didCancel) { console.log('User cancelled image picker'); } else if (response.error) { console.log('ImagePicker Error: ', response.error); } else { let file = { uri:response.uri, name:response.fileName, type:response.type, title:'image' }; } }); };
about 4 years ago · Juan Pablo Isaza
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!