0.0.14 • Published 5 years ago

react-native-zaius v0.0.14

Weekly downloads
15
License
MIT
Repository
-
Last release
5 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

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago