# Get started with the Wowza Flowplayer React Native SDK If you plan on working with the Wowza Flowplayer React Native SDK, you're probably already familiar with React Native development. Before you can get started with the SDK, you must set up your development environment, add the SDK to your project, and configure your token to enable player content. After completing the steps on this page, continue to [set up the player](/docs/wowza-flowplayer/react-native-sdk/set-up-the-player/). ## Set up your environment If you're familiar with React Native development, you can skip this section. Working with our React Native SDK library requires: * At least React Native version 0.72.x and React version v18.2.x. * Node 20 or later for all target operating systems. * The Java Development Kit (JDK) and at least Java 8 for the Android installation. * CocoaPods version 1.14 or later for the iOS installation. If you need some help setting up your environment, we recommend this React Native CLI quickstart. Once you select your **Development OS** and **Target OS** in the the React Native CLI quickstart, you can view the dependencies required to work with the Wowza Flowplayer React Native SDK. Tip If you plan on incorporating the SDK into your existing iOS or Android project, you don't have to complete the step in the React Native CLI quickstart to create a new application. But if you follow all the steps, you can make sure you can run React Native applications on virtual testing devices. After a successful environment setup, continue by [adding the React Native SDK](/docs/wowza-flowplayer/react-native-sdk/get-started/#add-the-sdk-to-your-project) to your project. It may also be helpful to check the system requirements for the Wowza Flowplayer [Apple SDK](/docs/wowza-flowplayer/apple-sdk/about-the-apple-sdk/#before-you-start) and [Android SDK](/docs/wowza-flowplayer/android-sdk/about-the-android-sdk/#before-you-start). ## Add the SDK to your project You can integrate the Wowza Flowplayer React Native SDK into your existing projects via Node Package Manager (npm) or yarn. To download and install, you need the [@flowplayer/react-native-sdk](https://www.npmjs.com/package/@flowplayer/) npm package. Switch between the iOS and Android tabs for installation steps. ## Set an access token To allow the player to display content in your iOS or Android application, you have to set an access token. The directions differ based on the platform for your project. Switch between the **iOS** and **Android** tabs for platform-specific instructions.