2.4.1 • Published 7 months ago

react-native-nux-basic v2.4.1

Weekly downloads
9
License
MIT
Repository
-
Last release
7 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.4.1

7 months ago

2.3.1025

7 months ago

2.3.302

1 year ago

2.2.1013

2 years ago

2.2.1012

2 years ago

2.2.1021

2 years ago

2.2.914

2 years ago

2.2.607

2 years ago

2.2.510

2 years ago

2.0.1211

3 years ago

2.0.1210

3 years ago

2.0.920

4 years ago

1.0.91016

5 years ago

1.0.90911

5 years ago

1.0.907271

5 years ago

1.0.90727

5 years ago

1.0.90726

5 years ago

1.0.907182

5 years ago

1.0.907181

5 years ago

1.0.90718

5 years ago

1.0.907171

5 years ago

1.0.90717

5 years ago

1.0.9050710

5 years ago

1.0.9050709

5 years ago

1.0.90507

5 years ago

1.0.904261145

5 years ago

1.0.90426

5 years ago

1.0.0

5 years ago