@underscopeio/rn-config

0.1.0 • Public • Published

rn-config

Getting started

$ npm install rn-config --save

Mostly automatic installation

$ react-native link rn-config

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesrn-config and add RNConfig.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNConfig.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.reactlibrary.RNConfigPackage; to the imports at the top of the file
  • Add new RNConfigPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':rn-config'
    project(':rn-config').projectDir = new File(rootProject.projectDir, 	'../node_modules/rn-config/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':rn-config')
    

Usage

import RNConfig from 'rn-config'

// TODO: What to do with the module?
RNConfig

Readme

Keywords

Package Sidebar

Install

npm i @underscopeio/rn-config

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

13.6 kB

Total Files

13

Last publish

Collaborators

  • gaguirre
  • ignacioola
  • jpgarcia
  • vcalvello