All Projects → m-inan → React Native Music App

m-inan / React Native Music App

React Native Music Application Example

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Music App

React Resize Observer Hook
ResizeObserver + React hooks
Stars: ✭ 101 (-20.47%)
Mutual labels:  hooks
Use Conditional Effect
React.useEffect, except you can pass a comparison function.
Stars: ✭ 111 (-12.6%)
Mutual labels:  hooks
Hooks
Async middleware for JavaScript and TypeScript
Stars: ✭ 117 (-7.87%)
Mutual labels:  hooks
Reason Reactify
🚀 Transform a mutable tree into a functional React-like API
Stars: ✭ 102 (-19.69%)
Mutual labels:  hooks
Clean State
🐻 A pure and compact state manager, using React-hooks native implementation, automatically connect the module organization architecture. 🍋
Stars: ✭ 107 (-15.75%)
Mutual labels:  hooks
Graphql Hooks
🎣 Minimal hooks-first GraphQL client
Stars: ✭ 1,610 (+1167.72%)
Mutual labels:  hooks
Iostore
极简的全局数据管理方案,基于 React Hooks API
Stars: ✭ 99 (-22.05%)
Mutual labels:  hooks
Ajax Hook
🔱 Intercepting browser's AJAX requests which made by XMLHttpRequest.
Stars: ✭ 1,900 (+1396.06%)
Mutual labels:  hooks
Hooked Form
Performant 2KB React library to manage your forms
Stars: ✭ 110 (-13.39%)
Mutual labels:  hooks
Hooks
A high-quality & reliable React Hooks library.
Stars: ✭ 7,841 (+6074.02%)
Mutual labels:  hooks
Input Value
React hook for creating input values
Stars: ✭ 104 (-18.11%)
Mutual labels:  hooks
Portfolio
💼 My personal portfolio built with React and three.js.
Stars: ✭ 106 (-16.54%)
Mutual labels:  hooks
React Tensorflow
Tensorflow hooks for React.js
Stars: ✭ 115 (-9.45%)
Mutual labels:  hooks
Outstated
Simple hooks-based state management for React
Stars: ✭ 102 (-19.69%)
Mutual labels:  hooks
Wshook
Easily intercept and modify WebSocket requests and message events.
Stars: ✭ 121 (-4.72%)
Mutual labels:  hooks
Ftpbucket
FTPbucket is a PHP script that enables you to sync your BitBucket or GitHub repository with any web-server
Stars: ✭ 99 (-22.05%)
Mutual labels:  hooks
Lefthook
Fast and powerful Git hooks manager for any type of projects.
Stars: ✭ 1,848 (+1355.12%)
Mutual labels:  hooks
Autohooks
Library for managing git hooks
Stars: ✭ 126 (-0.79%)
Mutual labels:  hooks
Methodhook
hook java methods
Stars: ✭ 122 (-3.94%)
Mutual labels:  hooks
Sound
🔊 A Vue composable for playing sound effects
Stars: ✭ 116 (-8.66%)
Mutual labels:  hooks

React Native Music App

A mobile application built using React Native

screenshots of example app

Features

  • Offline Playing
  • Customizable playlists
  • Static sounds and artwork files
  • Next, previous, shuffle, and replay

Setup instructions

The download with youtube was removed. Instead, you have to put sounds and pictures in correct positions in the data. and you can edit the sample data on the file data/index.js.

Download

git clone https://github.com/TPMinan/react-native-music-app
cd react-native-music-app

Install dependencies

yarn

Start metro bundler

yarn start

IOS

Install Pods

cd ios; pod install; cd ..

Run on ios simulator

yarn ios

Android

yarn android

Reporting Issues

If believe you've found an issue, please report it along with any relevant details to reproduce it.

Asking for help

Please do not use the issue tracker for personal support requests. Instead, use StackOverflow.

Contributions

Yes please! Feature requests / pull requests are welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].