0.0.3 • Published 8 years ago

react-native-processinfo v0.0.3

Weekly downloads
21
License
MIT
Repository
github
Last release
8 years ago

Exposes iOS's NSProcessInfo for React Native

This exposes the NSProcessInfo environment to React Native.

I use this to grab environment variables passed-in from XCode UI Tests, so my project can tell when it's running as a UI Test.

iOS Usage

import ProcessInfo from 'react-native-processinfo';

ProcessInfo.environment.HOME
ProcessInfo.environment.SIMULATOR_DEVICE_NAME

Setup

Install the package:

$ npm install react-native-processinfo --save
$ rnpm link react-native-processinfo