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 3d242e1 commit 83f1f30Copy full SHA for 83f1f30
README.md
@@ -34,6 +34,14 @@ Install EmailJS SDK using [npm](https://www.npmjs.com/):
34
$ npm install @emailjs/react-native
35
```
36
37
+With Expo CLI:
38
+
39
+```bash
40
+$ npx expo install @emailjs/react-native
41
+```
42
43
+By default, the package uses `@react-native-async-storage/async-storage` for the storage.
44
45
***Note***: By default, API requests are disabled for non-browser applications.
46
You need to activate them through [Account:Security](https://dashboard.emailjs.com/admin/account/security).
47
0 commit comments