Remova o aviso amarelo reagir emulador nativo
console.disableYellowBox = true;
//add it anywhere in any page to disable warnings in emulator
Jurie
console.disableYellowBox = true;
//add it anywhere in any page to disable warnings in emulator
console.disableYellowBox = true;
// add this is main component of react native application
import { LogBox } from 'react-native';
LogBox.ignoreLogs(['Warning: ...']); // Ignore log notification by message
LogBox.ignoreAllLogs();//Ignore all log notifications