0.0.14 • Published 6 years ago

react-native-zaius v0.0.14

Weekly downloads
15
License
MIT
Repository
-
Last release
6 years ago

react-native-zaius

Getting started

$ npm install react-native-zaius --save

Manual installation

iOS pod

  1. Add pod 'RNZaius', :path => '../node_modules/react-native-zaius' in your Podfile
  2. Run pod install

Android

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

Usage

import Zaius from 'react-native-zaius';

// TODO: What to do with the module?
RNZaius;
0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago