The Application is still in Progress, not completed
- Install Navigation
npm install --save react-navigation
- Install Navigation dependencies
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
- Install React Native Fonts
npm install --save react-native-vector-icons
- Install React Native Track Player
npm install --save react-native-track-player
- Link dependencies
react-native link
To run on Android
react-native run-android
To run on iOS
react-native run-ios