dm-plz / family-farm-mobile

가벼운 질문을 통해 가족 관계 개선을 도와주는 Family Farm의 모바일 코드 저장소입니다.
0 stars 0 forks source link

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

Open timepresent95 opened 1 month ago

timepresent95 commented 1 month ago

버그 설명

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

재현 방법

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

console.log(Config)

기대 결과

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

추가 정보

react-native-config - github repository

timepresent95 commented 1 month ago

@porporpor020202

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

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

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

porporpor020202 commented 1 month ago

이런 버그가 있네.

사용 지양하겠음