1.4.0 • Published 4 years ago

ae-coupons-library v1.4.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

ae-coupons-library

Getting started

$ npm install ae-coupons-library --save

Mostly automatic installation

$ react-native link ae-coupons-library

Manual installation

Android

  1. Open up android/app/src/main/java/[...]/MainApplication.java
  • Add import com.appextension.reactcoupons.RNCouponsPackage; to the imports at the top of the file
  • Add new RNCouponsPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':ae-coupons-library'
    project(':ae-coupons-library').projectDir = new File(rootProject.projectDir, 	'../node_modules/ae-coupons-library/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:

      implementation project(':ae-coupons-library')

Usage

import AppExtensionCoupons from 'ae-coupons-library';

  
1.4.0

4 years ago

1.3.9

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.8

5 years ago

1.0.1

5 years ago