supergravity
무시한 오류 모음집 본문
뚜잇
1.
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).
2.
ImmutableStateInvariantMiddleware took 82ms, which is more than the warning threshold of 32ms.
If your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. see redux-toolkit.js.org/api/getDefaultMiddleware for instructions.
It is disabled in production builds, so you don't need to worry about that.
칼로리 계산기
1.
Compiled with warnings.
ResourceSavingScene.jsAttempted import error: 'shouldUseActivityState' is not exported from 'react-native-screens'.
'개발중 기억해야 할만한 것들 > 엑스포, 리액트 네이티브' 카테고리의 다른 글
리뷰 - How To Cache Images in an Expo Managed React Native App - expo android에서 Cache image 다루는법 (0) | 2021.01.21 |
---|---|
expo 백그라운드 실행 상태에서 앱열떄 5초 걸리는 현상 (0) | 2020.12.18 |
useEffects (0) | 2020.12.16 |
Expo 특정 스크린 접속시 비정상 종료. (0) | 2020.12.06 |
안드로이드 Android App Bundle 이용한 배포- Expo, React Native (0) | 2020.12.06 |
Comments