Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
MV-420
  • Loading branch information
biancalui-emarsys authored Apr 17, 2023
1 parent 09d0a29 commit bb1c62c
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions README.md
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.

0 comments on commit bb1c62c

Please sign in to comment.