forked from emartech/react-native-emarsys-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,31 @@ | ||
|
||
# react-native-emarsys-wrapper | ||
|
||
## React Native wrapper for Emarsys SDK | ||
React Native wrapper for Emarsys SDK. | ||
|
||
For further information about how to use the wrapper please visit our [Documentation](https://github.com/emartech/react-native-emarsys-sdk/wiki "Wiki"). | ||
|
||
## Sample app | ||
We created a sample application to help in the integration and give an example. Find instructions for the build process <a href="https://github.com/emartech/react-native-emarsys-sdk/tree/master/sample" title="Sample app">here</a>. | ||
We created a sample application to help in the integration and give an example. Find instructions for the build process [here](https://github.com/emartech/react-native-emarsys-sdk/tree/master/sample). | ||
|
||
## Setup | ||
|
||
`$ npm install "git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.13.0" --save` | ||
|
||
## Requirements | ||
|
||
### Requirements | ||
- React Native version 0.67.3 or higher. | ||
- The minimum Android version should be at least API level 24. Requires compileSdkVersion 31 or higher. | ||
- The iOS target should be iOS 11 or higher. In order to be able to send push messages to your app, you need to have certifications from Apple Push Notification service (APNs). | ||
|
||
- Android version 0.60.0+ | ||
- The iOS target should be iOS 11 or higher. | ||
- In order to be able to send push messages to your app, you need to have certifications from Apple Push Notification service (APNs). | ||
Contributing | ||
---- | ||
Should you have any suggestions or bug reports, please raise an [Emarsys support request](https://help.emarsys.com/hc/en-us/articles/360012853058-Support-at-Emarsys-Raising-a-support-request). | ||
|
||
Code of Conduct | ||
---- | ||
Please see our [Code of Conduct](https://github.com/emartech/.github/blob/main/CODE_OF_CONDUCT.md) for detail. | ||
|
||
> `Note` | ||
> | ||
> For further information about how to use our SDK please visit our [Documentation](https://github.com/emartech/react-native-emarsys-sdk/wiki "Wiki") | ||
Licensing | ||
---- | ||
Please see our [LICENSE](https://github.com/emartech/react-native-emarsys-sdk/blob/master/LICENSE) for copyright and license information. |