Hello Friends.
Welcome to Infinitbility!
the react-native-video already installs on your project but after install react-native-track-player your app getting crashed or react-native-track-player already install on your project but after install react-native-video your app getting crashed then this article only for you.
Crashed Reason
both package use Exo player for playing audio and video i.e your app getting crashed because we know we can’t use multiple time same packages with different version
Solution
install react native track player version ^1.1.8 and react native video version ^5.0.2
Step 1
Remove react native video or react native track player
- For react native track player
npx react native unlink react-native-track-player
npm uninstall react-native-track-player
- For react native video
npx react native unlink react-native-video
npm uninstall react-native-video
Step 2
install compatible version
- For react native track player
npm install react-native-track-player@^1.1.8
npx react-native link react-native-track-player
- For react native video
npm install react-native-video@^5.0.2
npx react-native link react-native-video
Thanks for reading…
More From React Native Tutorial
Basics
1. Introduction To React Native
2. React Native Environment Setup using expo
3. React Native Environment Setup for windows
4. React Native Environment setup on Mac OS
5. React Native Environment setup on linux
6. React Native Project Structure
Advances
4. React Native DatepickerAndroid
5. React native ScrollView scroll to position
6. How to align icon with text in react native
8. React Native Firebase Crashlytics
Error & Issue Solution
1. Task :app:transformDexArchiveWithDexMergerForDebug FAILED In React Native
2. Expiring Daemon because JVM heap space is exhausted In React Native
3. Task :app:transformNativeLibsWithMergeJniLibsForDebug FAILED In React Native
5. App crashed immediately after install react native video or track player
6. how to delete SQLite database in android react native
7. React native material dropdown twice click issue
8. How to get the current route in react-navigation?
9. how to disable drawer on the drawer navigation screen?
10. Image not showing in ios 14 react native
11. React Native image picker launchimagelibrary on second time issue
12. how to open any link from react native render Html