UNPKG

react-native-dotenv

Version:

Load environment variables using import statements.

5 lines (3 loc) 100 B
import {API_KEY as key, DEV_USERNAME as username} from '@env' const a = key const b = username