TIL: RN, typescript | dotenv - 221003

Lumpen·2022년 10월 3일
0

TIL

목록 보기
150/242

react-native-dotenv

npm install react-native-dotenv @types/react-native-dotenv

babel config

{
  "plugins": [
    ["module:react-native-dotenv", {
      "moduleName": "react-native-dotenv"
    }]
  ]
}

.env

API_URL="URL"
import { API_URL } from 'react-native-dotenv'

axios.get(API_URL)
profile
떠돌이 생활을 하는. 실업자는 아니지만, 부랑 생활을 하는

0개의 댓글