4.0.0 • Published 4 years ago

react-native-notifyvisitors-demo v4.0.0

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

react-native-notifyvisitors

Getting started

$ npm install react-native-notifyvisitors --save

Mostly automatic installation

$ react-native link react-native-notifyvisitors

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

Windows

Read it! :D

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

Usage

import RNNotifyvisitors from 'react-native-notifyvisitors';

// TODO: What to do with the module?
RNNotifyvisitors;
4.0.0

4 years ago

3.5.4

4 years ago

3.5.3

4 years ago

3.5.1

4 years ago

3.5.2

4 years ago

3.4.2

4 years ago

3.3.2

4 years ago

3.3.1

4 years ago

3.0.8

4 years ago

3.0.4

4 years ago

3.0.5

4 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago