diff --git a/README.md b/README.md index 5a3eb06..7b9b5b5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![CircleCI](https://img.shields.io/circleci/project/github/adobe/react-native-acpmedia/main.svg?logo=circleci)](https://circleci.com/gh/adobe/workflows/react-native-acpmedia) [![license](https://img.shields.io/npm/l/@adobe/react-native-acpmedia.svg)](https://github.com/adobe/react-native-acpmedia/blob/main/LICENSE) -`@adobe/react-native-acpmedia` is a wrapper around the iOS and Android [AEP Media SDK](https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-media-analytics) to allow for integration with React Native applications. Functionality to enable Adobe Media Analytics is provided entirely through JavaScript documented below. +`@adobe/react-native-acpmedia` is a wrapper around the iOS, tvOS and Android [AEP Media SDK](https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-media-analytics) to allow for integration with React Native applications. Functionality to enable Adobe Media Analytics is provided entirely through JavaScript documented below. ## Installation @@ -22,6 +22,7 @@ First create a React Native project: ```bash react-native init MyReactApp ``` +> Note: Follow [React Native tvos support](https://reactnative.dev/blog/2020/03/26/version-0.62#moving-apple-tv-to-react-native-tvos) to create app with tvos target. ### 2. Install JavaScript packages diff --git a/package-lock.json b/package-lock.json index 77cf002..28675a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@adobe/react-native-acpmedia", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": {