1.2.4 • Published 4 years ago

@heytea/react-native-heytea-share v1.2.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

react-native-react-native-heytea-share

Getting started

$ npm install react-native-react-native-heytea-share --save

Mostly automatic installation

$ react-native link react-native-react-native-heytea-share

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-react-native-heytea-share and add RNReactNativeHeyteaShare.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNReactNativeHeyteaShare.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.heytea.share.RNReactNativeHeyteaSharePackage; to the imports at the top of the file
  • Add new RNReactNativeHeyteaSharePackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-react-native-heytea-share'
    project(':react-native-react-native-heytea-share').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-react-native-heytea-share/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-react-native-heytea-share')

Usage

import RNReactNativeHeyteaShare from 'react-native-react-native-heytea-share';

// TODO: What to do with the module?
RNReactNativeHeyteaShare;
1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago