File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 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.
99
1010## Disclaimer
1111
12- This is a React Native version, otherwise use
12+ This is the SDK for ** React Native** only, otherwise use
13+
1314- [ Browser SDK] ( https://www.npmjs.com/package/@emailjs/browser )
1415- [ Flutter SDK] ( https://pub.dev/packages/emailjs )
1516- [ Node.js SDK] ( https://pub.dev/packages/@emailjs/nodejs )
@@ -40,14 +41,16 @@ With Expo CLI:
4041$ npx expo install @emailjs/react-native
4142```
4243
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)
4446
45- *** Note * ** : By default, API requests are disabled for non-browser applications.
47+ ** _ Note _ ** : By default, API requests are disabled for non-browser applications.
4648You need to activate them through [ Account: Security ] ( https://dashboard.emailjs.com/admin/account/security ) .
4749
4850## FAQ
4951
5052#### API calls are disabled for non-browser applications
53+
5154You need to activate API requests
5255through [ Account: Security ] ( https://dashboard.emailjs.com/admin/account/security ) .
5356
You can’t perform that action at this time.
0 commit comments