react-native-notifyvisitors 4.1.1 → 4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,45 +1,4 @@
1
1
 
2
2
  # react-native-notifyvisitors
3
3
 
4
- ## Getting started
5
-
6
- `$ npm install react-native-notifyvisitors --save`
7
-
8
- ### Mostly automatic installation
9
-
10
- `$ react-native link react-native-notifyvisitors`
11
-
12
- ### Manual installation
13
-
14
-
15
- #### iOS
16
-
17
- 1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
18
- 2. Go to `node_modules` ➜ `react-native-notifyvisitors` and add `RNNotifyvisitors.xcodeproj`
19
- 3. In XCode, in the project navigator, select your project. Add `libRNNotifyvisitors.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
20
- 4. Run your project (`Cmd+R`)<
21
-
22
- #### Android
23
-
24
- 1. Open up `android/app/src/main/java/[...]/MainActivity.java`
25
- - Add `import com.reactlibrary.RNNotifyvisitorsPackage;` to the imports at the top of the file
26
- - Add `new RNNotifyvisitorsPackage()` to the list returned by the `getPackages()` method
27
- 2. Append the following lines to `android/settings.gradle`:
28
- ```
29
- include ':react-native-notifyvisitors'
30
- project(':react-native-notifyvisitors').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifyvisitors/android')
31
- ```
32
- 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
33
- ```
34
- compile project(':react-native-notifyvisitors')
35
- ```
36
-
37
-
38
- ## Usage
39
- ```javascript
40
- import RNNotifyvisitors from 'react-native-notifyvisitors';
41
-
42
- // TODO: What to do with the module?
43
- RNNotifyvisitors;
44
- ```
45
4
 
File without changes
@@ -1,2 +1,2 @@
1
- #Mon Jun 08 13:06:09 IST 2020
2
- gradle.version=6.3
1
+ #Wed Mar 16 17:12:28 IST 2022
2
+ gradle.version=7.1.1
@@ -1,11 +1,11 @@
1
1
  arguments=
2
2
  auto.sync=false
3
3
  build.scans.enabled=false
4
- connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(6.3))
4
+ connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(7.1.1))
5
5
  connection.project.dir=
6
6
  eclipse.preferences.version=1
7
7
  gradle.user.home=
8
- java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home
8
+ java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home
9
9
  jvm.arguments=
10
10
  offline.mode=false
11
11
  override.workspace.settings=true
@@ -33,7 +33,7 @@ dependencies {
33
33
  implementation fileTree(dir: 'libs', include: ['*.jar'])
34
34
  implementation 'com.facebook.react:react-native:+'
35
35
 
36
- implementation 'com.notifyvisitors.notifyvisitors:notifyvisitors:v28-5.1.7'
36
+ implementation 'com.notifyvisitors.notifyvisitors:notifyvisitors:5.3.0'
37
37
  implementation 'com.android.installreferrer:installreferrer:2.1'
38
38
 
39
39
  implementation 'com.android.support:design:28.0.0'