react-native-acoustic-connect-beta 18.0.15 → 18.0.17

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 (2) hide show
  1. package/README.md +26 -43
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,8 @@
3
3
  ## Requirements
4
4
 
5
5
  - React Native v0.76.9 or higher using new architecture
6
- - Node 18.0.0 or higher
6
+ - Node 20.0.0 or higher
7
+ - Does not support expo
7
8
 
8
9
  ## Installation
9
10
 
@@ -14,7 +15,31 @@ npm add react-native-acoustic-connect-beta react-native-nitro-modules
14
15
  npm install --foreground-scripts --force
15
16
 
16
17
  ```
18
+ ## Overview
17
19
 
20
+ [Go to overview](https://developer.goacoustic.com/acoustic-connect/docs/connect-sdk-overview)
21
+
22
+ ---
23
+
24
+ ## Getting started
25
+
26
+ **This module uses only enhanced replay.
27
+
28
+ [Connect Install Documentation](https://developer.goacoustic.com/acoustic-connect/docs/react-native-integration)
29
+
30
+ ---
31
+ # Demo
32
+ ## Sample Code with integrated
33
+ ### Using NativeBase v3 KitchenSink
34
+ ![demo](https://github.com/go-acoustic/react-native-acoustic-connect/blob/main/Example/nativebase-v3-kitchensink/assets/demo.png)
35
+
36
+ * NativeBase-KitchenSink taken from https://github.com/GeekyAnts/nativebase-v3-kitchensink which is at Example/nativebase-v3-kitchensink.
37
+
38
+ [Installation instructions](https://developer.goacoustic.com/acoustic-connect/docs/build-a-sample-react-native-app)
39
+ ---
40
+
41
+ # Notes
42
+ There are several know issues between npm install versus yarn install. Since yarn is a Facebook tool. It normally has fixes patched for installing dependancies.
18
43
 
19
44
  ## Troubleshooting
20
45
 
@@ -66,45 +91,3 @@ fix issue or you use the following to solve depencencies issues
66
91
  ```
67
92
  npm install react-native-nitro-modules --legacy-peer-deps
68
93
  ```
69
-
70
-
71
- # Old docs to be fixed
72
-
73
- ## Version Compatibility Warning
74
- ---
75
- react-native-acoustic-connect-beta version 13.0.0 and up is only compatible with react native 0.60 and up.
76
-
77
- If you have already installed Node on your system, make sure it is Node 14 or newer.
78
-
79
- ----
80
-
81
- [Overview](https://developer.goacoustic.com/acoustic-exp-analytics/docs/tl-reactnative-sdk-overview)
82
- ---
83
-
84
- ---
85
- ## Getting started
86
-
87
- **This module uses only enhanced replay.
88
-
89
- [Connect Install Documentation](https://developer.goacoustic.com/acoustic-connect/docs/react-native-integration)
90
-
91
- ---
92
- # Demo
93
- ## Sample Code with integrated
94
- ### Using NativeBase v3 KitchenSink
95
- ![demo TODO fix](https://github.com/go-acoustic/ea_react_native_module_tealeaf/blob/master/Example/nativebase-v3-kitchensink/assets/demo.png)
96
-
97
- * NativeBase-KitchenSink taken from https://github.com/GeekyAnts/nativebase-v3-kitchensink which is at Example/nativebase-v3-kitchensink.
98
-
99
- [Installation instructions](https://developer.goacoustic.com/acoustic-exp-analytics/docs/build-the-tl-reactnative-sample-app)
100
- ---
101
-
102
- ---
103
- # Notes
104
- There are several know issues between npm install versus yarn install. Since yarn is a Facebook tool. It normally has fixes patched for installing dependancies.
105
-
106
-
107
-
108
-
109
-
110
-
package/package.json CHANGED
@@ -192,7 +192,7 @@
192
192
  "source": "src/index",
193
193
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
194
194
  "types": "./lib/typescript/src/index.d.ts",
195
- "version": "18.0.15",
195
+ "version": "18.0.17",
196
196
  "workspaces": [
197
197
  "example"
198
198
  ]