From 667acbc35e9b6bf9d4c05a71680130f623bcebe4 Mon Sep 17 00:00:00 2001 From: biancalui-emarsys <60601155+biancalui-emarsys@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:27:18 +0800 Subject: [PATCH] Update sample README.md MV-420 --- sample/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sample/README.md b/sample/README.md index 9de20fb..c6d4728 100644 --- a/sample/README.md +++ b/sample/README.md @@ -1,7 +1,7 @@ # EmarsysApp -## React Native Application for Emarsys SDK wrapper testing +React Native Application for Emarsys SDK wrapper testing ## Setup @@ -17,8 +17,8 @@ Getting Started with [React Native](https://facebook.github.io/react-native/docs #### Android 1. `$ npm run dev:apk` +## Requirements -### Requirements - -- Android version 0.60.0+ +- 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.