ch5)Complete.tsx 에러 질문이요!
392
投稿した質問数 9
ch5에있는 Complete에있는 파일 그대로 복붙했습니다. 그런데
const onResponse = useCallback(async response
response에서 에러가 뜨네요..
TS7006: Parameter 'response' implicitly has an 'any' type.
가 뜹니다 어떻게 해야할까요?
回答 2
0
저도 궁금해서 찾다가 해결 방법 공유 드려요.
image 인터페이스 가져와서 쓰시면 되는데, 변수명이 중복되니 편한 변수명으로 변경하시면 됩니다.
import ImagePicker, {
Image as ImagePickerImage,
} from 'react-native-image-crop-picker';async (response: ImagePickerImage)
0
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
async (response: any) => { 로 바꾸세요. 앞으로는 다 이렇게 바꾸셔야 합니다. react 18 버전으로 실습 진행하신다면요. 제 강좌 버전과 달라서 발생한 문제는 스스로 책임지셔야 합니다. 아니라면 17버전으로 하셔야 하고요.
그리고 null is not an object 이 에러는 다른 에러입니다.
0
react : "17.0.2" 버전 입니다.. 강좌와 똑같더라구요.. 전 영상에서도 18버전 올라가면서 달라졌는데 18버전 코드 쓰니가 되더라구요.. mac이랑 윈도우랑 다른걸까요.. ㅜㅜ
앱실행시 네이버맵 [401] 에러
0
955
2
스타일링 라이브러리
0
146
2
expo, cli 선택 중에 고민이 있습니다.
0
167
2
JDK 버전이 달라도 괜찮나요?
0
223
2
dimenstion usewindowdeminstion
0
120
3
[맥 전용]환경 설정하기 1편 & [맥 전용]환경 설정하기 2편의 영상이 안나옵니다.
0
209
1
jdk11 버전과 gradle 버전의 호환성 관련 질문드립니다.
0
398
2
강의 외 질문입니다!
0
157
2
react native랑 맞는 ui 라이브러리 어떤게 좋을까요?
0
1485
2
react native와 spring boot 연결
0
353
1
java가 아닌 .kt에서 code push 에러가 발생합니다.
0
210
2
flipper 239 에러가 발생합니다.
0
162
2
package.json에 /lib/panino.js 문제입니다.
0
464
2
window - mac 협업 과정 질문합니다
0
214
1
ios 빌드 중 RCTBridgeDelegate.h import 오류
0
289
2
ios 앱 빌드 중 hermesEnabled 관련 오류발생
0
238
2
Socket 연결시 질문 드립니다.!
0
151
2
wifi 환경에서 axios 통신이 로컬서버에서 안됩니다.
0
425
2
iOS render error 질문드립니다.
0
410
2
iOS 가상머신 오류
0
164
2
npc react init 명령어 실행시 발생되는 오류
0
220
1
nom start 시 오류
0
116
1
NextJS 기반으로 만들어서 웹뷰 React Native로 배포 가능한가요?
0
994
2
안드로이드 rn75 버전에 맞게 설정 중에 android13 다운로드에 대해서 막혔습니다!
0
183
2

