We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dab4ac commit b4fc192Copy full SHA for b4fc192
README.md
@@ -25,6 +25,13 @@ See our [JavaScript SDK Reference](https://amplitude.zendesk.com/hc/en-us/articl
25
# Changelog #
26
Click [here](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CHANGELOG.md) to view the JavaScript SDK Changelog.
27
28
+# React Native #
29
+
30
+This library now supports react-native. It has two dependencies on react-native modules you will have to install yourself:
31
32
+* [react-native-device-info](https://www.npmjs.com/package/react-native-device-info)
33
+* [@react-native-community/async-storage](https://www.npmjs.com/package/@react-native-community/async-storage)
34
35
# Upgrading Major Versions and Breaking Changes #
36
37
## 5.0
0 commit comments