File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/connections/sources/catalog/libraries/mobile/react-native Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ To migrate to React Native 2.0:
9
9
10
10
1 . Update the existing package:
11
11
``` js
12
- yarn upgrade @segment/ analytics- react- native@ 2.2 . 0
12
+ yarn upgrade @segment/ analytics- react- native
13
13
```
14
14
2. Install additional dependencies:
15
15
` ` ` js
88
88
{% endcodeexampletab % }
89
89
{% endcodeexample % }
90
90
91
- ### Example client configuration for ` analytics-react-native 2.2. 0`
91
+ ### Example client configuration for ` analytics-react-native 2.0`
92
92
93
93
{% codeexample % }
94
94
{% codeexampletab App .tsx (or .js ) % }
@@ -126,7 +126,7 @@ const App = () => {
126
126
"nanoid": "^3.1.30",
127
127
"@react-native-async-storage/async-storage": "^1.15.11",
128
128
"@segment/analytics-react-native": "2.2.0",
129
- "@segment/analytics-react-native-plugin-firebase": "2.2. 0",
129
+ "@segment/analytics-react-native-plugin-firebase": "2.0",
130
130
"@segment/sovran-react-native": "0.2.6",
131
131
}
132
132
` ` `
@@ -165,7 +165,7 @@ onSendEvent = async() => {
165
165
}
166
166
` ` `
167
167
168
- ### Example tracking implementation for ` analytics-react-native 2.2. 0`
168
+ ### Example tracking implementation for ` analytics-react-native 2.0`
169
169
Home .tsx
170
170
171
171
` ` ` js
You can’t perform that action at this time.
0 commit comments