react-native-processinfo

0.0.3 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-native-processinfo

      Weekly Downloads

      104

      Version

      0.0.3

      License

      MIT

      Last publish

      Collaborators

      • mikelambert