kia-ml
Version:
Kia
10 lines • 295 B
JavaScript
/**
* Ignore some yellowbox warnings. Some of these are for deprecated functions
* that we haven't gotten around to replacing yet.
*/
// import { LogBox } from "react-native"
// // prettier-ignore
// LogBox.ignoreLogs([
// "Require cycle:",
// ])
//# sourceMappingURL=ignore-warnings.js.map