Skip to content

Migration Guide

Kemal Ahmed edited this page Jul 29, 2020 · 7 revisions

v0.x.x to v2.x.x

  1. Rename the import from 'react-native-dotenv' to '@env':

Before:

import {API_URL, API_TOKEN} from 'react-native-dotenv'

After:

import {API_URL, API_TOKEN} from '@env'
Clone this wiki locally