2.5.1 • Published 4 months ago

react-native-nux-basic v2.5.1

Weekly downloads
9
License
MIT
Repository
-
Last release
4 months ago

react-native-nux-basic

Getting started

$ npm install react-native-nux-basic --save

Mostly automatic installation

$ react-native link react-native-nux-basic

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-nux-basic and add RNNuxBasic.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNNuxBasic.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.nux.basic.RNNuxBasicPackage; to the imports at the top of the file
  • Add new RNNuxBasicPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-nux-basic'
    project(':react-native-nux-basic').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-nux-basic/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-nux-basic')

Usage

import RNNuxBasic from 'react-native-nux-basic';

// TODO: What to do with the module?
RNNuxBasic;
2.5.1

4 months ago

2.5.0

11 months ago

2.4.1

2 years ago

2.3.1025

2 years ago

2.3.302

2 years ago

2.2.1013

3 years ago

2.2.1012

3 years ago

2.2.1021

3 years ago

2.2.914

3 years ago

2.2.607

3 years ago

2.2.510

3 years ago

2.0.1211

5 years ago

2.0.1210

5 years ago

2.0.920

5 years ago

1.0.91016

6 years ago

1.0.90911

6 years ago

1.0.907271

6 years ago

1.0.90727

6 years ago

1.0.90726

6 years ago

1.0.907182

6 years ago

1.0.907181

6 years ago

1.0.90718

6 years ago

1.0.907171

6 years ago

1.0.90717

6 years ago

1.0.9050710

6 years ago

1.0.9050709

6 years ago

1.0.90507

6 years ago

1.0.904261145

6 years ago

1.0.90426

6 years ago

1.0.0

6 years ago