Skip to content

Commit b4fc192

Browse files
committed
Add note about react-native in README.md
1 parent 1dab4ac commit b4fc192

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ See our [JavaScript SDK Reference](https://amplitude.zendesk.com/hc/en-us/articl
2525
# Changelog #
2626
Click [here](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CHANGELOG.md) to view the JavaScript SDK Changelog.
2727

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+
2835
# Upgrading Major Versions and Breaking Changes #
2936

3037
## 5.0

0 commit comments

Comments
 (0)