https://github.com/antonyz89/music-player-app
A Music Player APP interface using TypeScript and React Native Paper
https://github.com/antonyz89/music-player-app
music-player react-native react-native-paper typescript
Last synced: 24 days ago
JSON representation
A Music Player APP interface using TypeScript and React Native Paper
- Host: GitHub
- URL: https://github.com/antonyz89/music-player-app
- Owner: AntonyZ89
- Created: 2021-09-04T08:50:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T07:14:22.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T05:41:53.367Z (about 1 year ago)
- Topics: music-player, react-native, react-native-paper, typescript
- Language: TypeScript
- Homepage:
- Size: 5.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MUSIC PLAYER APP
A Music Player App builded with React Native Paper components
- TypeScript
- [React Native Paper](https://github.com/callstack/react-native-paper) components
- [React Navigation](https://reactnavigation.org/) (**v6**) for navigation.
- [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons) for Icons
## DIRECTORY STRUCTURE
---
```
├───src
│ │ App.tsx
│ │
│ ├───assets contains resources
│ ├───components contains components do be used on pages
│ ├───context contains NoteContext
│ └───pages contains pages
│
│ .buckconfig
│ .editorconfig
│ .eslintrc.js
│ .gitattributes
│ .gitignore
│ .prettierrc.js
│ .watchmanconfig
│ app.json
│ App.tsx
│ babel.config.js
│ index.js
│ metro.config.js
│ package.json
│ README.md
│ tsconfig.json
```
## Installation
---
```cmd
1. npm install or yarn install
2. cd ios && pod install
3. run application the app using one theses commands:
2.1 npm run android or yarn android
2.2 npm run ios or yarn ios
3. Done!
```
## Contributing
---
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
---
[MIT](https://choosealicense.com/licenses/mit/)