“Bereaksi Native Nonaktifkan peringatan” Kode Jawaban

Hapus peringatan kuning bereaksi emulator asli

console.disableYellowBox = true;
//add it anywhere in any page to disable warnings in emulator
Jurie

Nonaktifkan Kotak Kuning Bereaksi Asli

console.disableYellowBox = true;
Clear Cobra

Bereaksi Native Nonaktifkan peringatan

// for RN >= 0.63
// in your entry file (eg. App.tsx)

import { LogBox } from 'react-native';
// ignore warnings that start in a string that matchs any of
// the ones in the array
LogBox.ignoreLogs(["Require cycle:"])
Coder Cuttlefish

sembunyikan peringatan di aplikasi expo

console.disableYellowBox = true;
// add this is main component of react native application
Wide-eyed Wolf

Jawaban yang mirip dengan “Bereaksi Native Nonaktifkan peringatan”

Pertanyaan yang mirip dengan “Bereaksi Native Nonaktifkan peringatan”

Lebih banyak jawaban terkait untuk “Bereaksi Native Nonaktifkan peringatan” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya