1.0.10 • Published 6 years ago

react-native-api-data-wedge v1.0.10

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

react-native-api-data-wedge

Getting started

$ npm install react-native-api-data-wedge --save

Mostly automatic installation

$ react-native link react-native-api-data-wedge

Manual installation

Android

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

Usage

import RNApiDataWedge from 'react-native-api-data-wedge';

// TODO: What to do with the module?
RNApiDataWedge;
1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago