1.0.52 • Published 6 years ago

react-native-pulsate-sdk-react v1.0.52

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

react-native-pulsate-sdk-react

Getting started

$ npm install react-native-pulsate-sdk-react --save

Mostly automatic installation

$ react-native link react-native-pulsate-sdk-react

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

Windows

Read it! :D

  1. In Visual Studio add the RNPulsateSdkReact.sln in node_modules/react-native-pulsate-sdk-react/windows/RNPulsateSdkReact.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Pulsate.Sdk.React.RNPulsateSdkReact; to the usings at the top of the file
  • Add new RNPulsateSdkReactPackage() to the List<IReactPackage> returned by the Packages method

Usage

import RNPulsateSdkReact from 'react-native-pulsate-sdk-react';

// TODO: What to do with the module?
RNPulsateSdkReact;
1.0.52

6 years ago

1.0.51

6 years ago

1.0.50

6 years ago

1.0.49

6 years ago

1.0.48

6 years ago

1.0.47

6 years ago

1.0.46

6 years ago

1.0.45

6 years ago

1.0.44

6 years ago

1.0.43

6 years ago

1.0.42

6 years ago

1.0.41

6 years ago

1.0.40

6 years ago

1.0.39

6 years ago

1.0.38

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago