Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

197
Visualizações
React Native: Attempt to invoke virtual method 'boolean.java.lang.String.equals(java.lang.Object)' on a null reference object

I have been using react-native-image-picker on my app for a while without problems but suddenly I'm getting the error on the title, afaik I haven't changed anything in my code so I'm not sure why it's giving me this error...

The modal for choosing gallery/camera doesn't even opens now!

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
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda