소개
게시글
질문&답변
2022.06.21
ch5)Complete.tsx 에러 질문이요!
ERROR TypeError: null is not an object (evaluating 'ImageCropPicker.openPicker') ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native. ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
- 0
- 2
- 265
질문&답변
2022.06.16
DismissKeyboardView.tsx!!
children을뺴고 나면 테그에 빨간줄이 그어지네요 TS2741: Property 'style' is missing in type '{ children: Element[]; }' but required in type '{ style: StyleProp; }'. 에러가 뜨네요..
- 2
- 2
- 580
질문&답변
2022.06.16
DismissKeyboardView.tsx!!
찾아보니 React 18버전부터는 안써도 된다 하는데 이상한건 저는 17버전이더라구요...하하...
- 2
- 2
- 580
질문&답변
2022.06.16
useCallback((text...
useCallback((text: string)... () 한번더 묶어서 써줬습니다!(mac 사용자입니다.)
- 1
- 1
- 270