Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

버그 수정: ios에서 react-native-config 작동 오류 #28

Open
timepresent95 opened this issue Aug 6, 2024 · 2 comments
Open

버그 수정: ios에서 react-native-config 작동 오류 #28

timepresent95 opened this issue Aug 6, 2024 · 2 comments
Assignees
Labels
버그 수정 버그 수정

Comments

@timepresent95
Copy link
Contributor

timepresent95 commented Aug 6, 2024

버그 설명

ios 환경에서 react-native-config를 통해 정상적으로 env 값을 가져올 수 없음

재현 방법

import {Config} from 'react-native-config';

console.log(Config)

기대 결과

react-native-config를 통해 정상적으로 환경 변수 가져오기

추가 정보

react-native-config - github repository

@timepresent95 timepresent95 added the 버그 수정 버그 수정 label Aug 6, 2024
@timepresent95 timepresent95 self-assigned this Aug 6, 2024
@timepresent95 timepresent95 changed the title 버그 수정: react-native-config 작동 오류 버그 수정: ios에서 react-native-config 작동 오류 Aug 6, 2024
@timepresent95
Copy link
Contributor Author

@porporpor020202

이슈에 들어가보면 ARM64(M1) 사용하는 경우 발생하는것으로 추정됨
관련 이슈

위 링크 제외하고도 이슈에 굉장히 많이 존재하며
react-native-config 말고 다른 라이브러리에서도 자주 보임

필수적으로 사용해야하는 일이 발생하지 않는다면 react-native-config를 사용하는것은 최대한 지양하는것이 좋을것으로 보임

timepresent95 added a commit that referenced this issue Aug 6, 2024
react-native-config is not work when build ios in arm64
This error is addressed in issue #28.

#19
@porporpor020202
Copy link
Contributor

이런 버그가 있네.

사용 지양하겠음

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 수정 버그 수정
Projects
None yet
Development

No branches or pull requests

2 participants