https://github.com/emartech/react-native-emarsys-sdk
https://github.com/emartech/react-native-emarsys-sdk
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emartech/react-native-emarsys-sdk
- Owner: emartech
- License: apache-2.0
- Created: 2019-12-16T09:29:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-23T08:49:47.000Z (about 1 year ago)
- Last Synced: 2025-07-23T10:34:42.642Z (about 1 year ago)
- Language: Java
- Size: 4.78 MB
- Stars: 16
- Watchers: 10
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-emarsys-wrapper
[](https://api.reuse.software/info/github.com/emartech/react-native-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 [here](https://github.com/emartech/react-native-emarsys-sdk/tree/master/sample "Sample app").
## Setup
`$ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#" --save`
Check the latest version [here](https://github.com/emartech/react-native-emarsys-sdk/releases)
### Expo
To handle native system events, ensure the native module is properly exposed. See the [Expo documentation](https://docs.expo.dev/modules/appdelegate-subscribers/) for details.
`$ npx expo prebuild --clean`
## 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).
## Contributing
Should you have any suggestions or bug reports, please raise an [SAP Emarsys support request](https://help.sap.com/docs/SAP_EMARSYS/8bf21e3e3ad3475bb9e25de1e0ac3d86/0f337f67c0cf4c799d3e976f4e24a503.html?locale=en-US&version=CLOUD).
## Code of Conduct
Please see our [Code of Conduct](https://github.com/emartech/.github/blob/main/CODE_OF_CONDUCT.md) for details.
## Licensing
Please see our [LICENSE](https://github.com/emartech/react-native-emarsys-sdk/blob/master/LICENSE) for copyright and license information.