Installation Guide
This library is designed for efficient integration with minimal impact on performance, compatible with both Expo and Vanilla React Native platforms. It's optimized to require the least number of dependencies while keeping the total size below 300KB.
For Expo Apps
yarn add @hashi-team/react-native expo-av
This installs the core library and expo-av, enabling audio and video support in Expo applications.
For Vanilla React Native Apps
yarn add @hashi-team/react-native react-native-video
For Vanilla React Native projects, the setup includes react-native-video instead.
note
Choose the appropriate command based on your development environment to ensure seamless integration