File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Use you EmailJS account for sending emails.
9
9
10
10
## Disclaimer
11
11
12
- This is a React Native version, otherwise use
12
+ This is the SDK for ** React Native** only, otherwise use
13
+
13
14
- [ Browser SDK] ( https://www.npmjs.com/package/@emailjs/browser )
14
15
- [ Flutter SDK] ( https://pub.dev/packages/emailjs )
15
16
- [ Node.js SDK] ( https://pub.dev/packages/@emailjs/nodejs )
@@ -40,14 +41,16 @@ With Expo CLI:
40
41
$ npx expo install @emailjs/react-native
41
42
```
42
43
43
- By default, the package uses ` @react-native-async-storage/async-storage ` for the storage.
44
+ The package uses ` @react-native-async-storage/async-storage ` for the storage
45
+ (for the rate limit feature)
44
46
45
- *** Note * ** : By default, API requests are disabled for non-browser applications.
47
+ ** _ Note _ ** : By default, API requests are disabled for non-browser applications.
46
48
You need to activate them through [ Account: Security ] ( https://dashboard.emailjs.com/admin/account/security ) .
47
49
48
50
## FAQ
49
51
50
52
#### API calls are disabled for non-browser applications
53
+
51
54
You need to activate API requests
52
55
through [ Account: Security ] ( https://dashboard.emailjs.com/admin/account/security ) .
53
56
You can’t perform that action at this time.
0 commit comments