We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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를 통해 정상적으로 env 값을 가져올 수 없음
import {Config} from 'react-native-config'; console.log(Config)
react-native-config를 통해 정상적으로 환경 변수 가져오기
react-native-config - github repository
The text was updated successfully, but these errors were encountered:
@porporpor020202
이슈에 들어가보면 ARM64(M1) 사용하는 경우 발생하는것으로 추정됨 관련 이슈
위 링크 제외하고도 이슈에 굉장히 많이 존재하며 react-native-config 말고 다른 라이브러리에서도 자주 보임
필수적으로 사용해야하는 일이 발생하지 않는다면 react-native-config를 사용하는것은 최대한 지양하는것이 좋을것으로 보임
Sorry, something went wrong.
fix: change the management location of API_BASE_URL
759bb22
react-native-config is not work when build ios in arm64 This error is addressed in issue #28. #19
이런 버그가 있네.
사용 지양하겠음
timepresent95
No branches or pull requests
버그 설명
ios 환경에서 react-native-config를 통해 정상적으로 env 값을 가져올 수 없음
재현 방법
기대 결과
react-native-config를 통해 정상적으로 환경 변수 가져오기
추가 정보
react-native-config - github repository
The text was updated successfully, but these errors were encountered: