작성
·
60
0
npm ls react
npm ls react-native
npm ls expo
버전을 알려주시면 질문자분과 동일한 환경에서 답변 드릴 수 있습니다
.이런 빌드 오류가 발생합니다.. 이유가 무엇일까요? ㅠㅠ
답변 5
0
아 추가로 pacage.json까지 옮겼더니 빌드 성공했습니다 감사합니다!! 결국 ignore 문제였습니다. 강의에서 설명해주신대로 빌드나 로컬일때는 주석 걸고 깃에 업로드할때만 주석 풀고 올리면 될까요?
아! 마지막으로 저는 이제 네이티브 모듈들을 사용하니까 expo go 말고 development build를 사용해야하는거죠?
0
0
지금 컴퓨터가 윈도우인가요 맥인가요? 맥이라면 expo prebuild해보시고 eas build --profile development --platform ios --local 해서 에러 없나 확인해보셔야 합니다
0
{
"cli": {
"version": ">= 16.14.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development",
"commitRequired": true
},
"preview": {
"distribution": "internal",
"channel": "preview",
"commitRequired": true
},
"production": {
"autoIncrement": true,
"channel": "production",
"commitRequired": true
}
},
"submit": {
"production": {}
}
}
이렇게 추가해봤는데도 오류납니다..
일단 gitignore에 추가되어있으면 빌드 시에는 아예 무시되어버립니다