plotline-engage 1.0.4 → 3.0.1

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.
Files changed (32) hide show
  1. package/README.md +2 -8
  2. package/android/build.gradle +1 -1
  3. package/ios/RNPlotline.m +0 -1
  4. package/package.json +1 -1
  5. package/plotline-engage.podspec +1 -1
  6. package/android/build/.transforms/a955cbcc6504c298c9f5bfa3f2809639/results.bin +0 -1
  7. package/android/build/.transforms/a955cbcc6504c298c9f5bfa3f2809639/transformed/classes/classes.dex +0 -0
  8. package/android/build/generated/source/buildConfig/debug/com/reactnativeplotline/BuildConfig.java +0 -10
  9. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +0 -9
  10. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +0 -18
  11. package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +0 -4
  12. package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +0 -1
  13. package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
  14. package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
  15. package/android/build/intermediates/compile_symbol_list/debug/R.txt +0 -2045
  16. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  17. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  18. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
  19. package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +0 -1
  20. package/android/build/intermediates/incremental/packageDebugResources/merger.xml +0 -2
  21. package/android/build/intermediates/javac/debug/classes/com/reactnativeplotline/BuildConfig.class +0 -0
  22. package/android/build/intermediates/javac/debug/classes/com/reactnativeplotline/RNPlotline$1.class +0 -0
  23. package/android/build/intermediates/javac/debug/classes/com/reactnativeplotline/RNPlotline.class +0 -0
  24. package/android/build/intermediates/javac/debug/classes/com/reactnativeplotline/RNPlotlinePackage.class +0 -0
  25. package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +0 -2
  26. package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +0 -11
  27. package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +0 -9
  28. package/android/build/intermediates/navigation_json/debug/navigation.json +0 -1
  29. package/android/build/intermediates/packaged_manifests/debug/output-metadata.json +0 -18
  30. package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
  31. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +0 -1538
  32. package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -25
package/README.md CHANGED
@@ -1,12 +1,6 @@
1
1
 
2
- # plotline-insights
2
+ # plotline-engage
3
3
 
4
4
  ## Getting started
5
5
 
6
- `$ npm install plotline-insights --save`
7
-
8
- `$ react-native link plotline-insights`
9
-
10
- ## Usage
11
- Docs can be found [here](https://plotline-v2.notaku.site/react-native)
12
-
6
+ `$ npm install plotline-engage --save`
@@ -39,6 +39,6 @@ repositories {
39
39
 
40
40
  dependencies {
41
41
  implementation 'com.facebook.react:react-native:+'
42
- implementation 'com.gitlab.plotline:plotline-android-sdk:2.7.4'
42
+ implementation 'com.gitlab.plotline:plotline-android-sdk:2.8.0'
43
43
  }
44
44
 
package/ios/RNPlotline.m CHANGED
@@ -36,7 +36,6 @@ RCT_EXPORT_METHOD(identify:(NSDictionary *)attribute)
36
36
  RCT_EXPORT_METHOD(showMockStudy)
37
37
  {
38
38
  [Plotline showMockStudy];
39
- [Plotline initAlong];
40
39
  }
41
40
 
42
41
  RCT_EXPORT_METHOD(setColor:(NSDictionary *)colors)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plotline-engage",
3
- "version": "1.0.4",
3
+ "version": "3.0.1",
4
4
  "description": "React Native plugin for Plotline",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m}"
17
17
 
18
18
  s.dependency 'React'
19
- s.dependency 'Plotline2'
19
+ s.dependency 'Plotline'
20
20
  end
21
21
 
22
22
 
@@ -1,10 +0,0 @@
1
- /**
2
- * Automatically generated file. DO NOT MODIFY
3
- */
4
- package com.reactnativeplotline;
5
-
6
- public final class BuildConfig {
7
- public static final boolean DEBUG = Boolean.parseBoolean("true");
8
- public static final String LIBRARY_PACKAGE_NAME = "com.reactnativeplotline";
9
- public static final String BUILD_TYPE = "debug";
10
- }
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="com.reactnativeplotline" >
4
-
5
- <uses-sdk
6
- android:minSdkVersion="16"
7
- android:targetSdkVersion="22" />
8
-
9
- </manifest>
@@ -1,18 +0,0 @@
1
- {
2
- "version": 3,
3
- "artifactType": {
4
- "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
5
- "kind": "Directory"
6
- },
7
- "applicationId": "com.reactnativeplotline",
8
- "variantName": "debug",
9
- "elements": [
10
- {
11
- "type": "SINGLE",
12
- "filters": [],
13
- "attributes": [],
14
- "outputFile": "AndroidManifest.xml"
15
- }
16
- ],
17
- "elementType": "File"
18
- }
@@ -1,4 +0,0 @@
1
- aarFormatVersion=1.0
2
- aarMetadataVersion=1.0
3
- minCompileSdk=1
4
- minAndroidGradlePluginVersion=1.0.0