Skip to content

Commit 83f1f30

Browse files
committed
add expo cli
1 parent 3d242e1 commit 83f1f30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ Install EmailJS SDK using [npm](https://www.npmjs.com/):
3434
$ npm install @emailjs/react-native
3535
```
3636

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+
3745
***Note***: By default, API requests are disabled for non-browser applications.
3846
You need to activate them through [Account:Security](https://dashboard.emailjs.com/admin/account/security).
3947

0 commit comments

Comments
 (0)