Remote debugger is in a background tab which may cause
apps to perform slowly. Fix this by foregrounding the tab (or opening it in a separate window).
import { StatusBar } from 'expo-status-bar';
import { StyleSheet, Text, View } from 'react-native';
export default function App() {
LogBox.ignoreLogs(['Warning: ...']);
return (
<View style={styles.container}>
App.js에 export랑 return 사이에
LogBox.ignoreLogs(['Warning: ...']);
라는 문구 넣어주기

'끄적끄적' 카테고리의 다른 글
| 집중력 3분이여서 js 독학 무리무리인 사람들 이거 들으셈 : 코딩애플 강의 1강 리뷰 (0) | 2022.07.22 |
|---|---|
| 비쥬얼 코드에 이거 설치하면 개꿀임 (0) | 2022.07.22 |
| 맥에서 expo 설치 및 실행 (0) | 2022.07.18 |
| expo login 안됨 (0) | 2022.07.18 |
| npm audit fix (0) | 2022.07.18 |
댓글