Skip to content

brownstonetech/react-native-env-detect

Repository files navigation

react-native-env-detect

Getting started

$ npm install react-native-env-detect --save

Mostly automatic installation

$ react-native link react-native-env-detect

Usage

import BSTEnvDetect from 'react-native-env-detect';

// TODO: What to do with the module?
BSTEnvDetect;