Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Our Boxen | 2,624 | 5 years ago | 7 | mit | Ruby | |||||
Copy me for your team. | ||||||||||
React Native Nba App | 2,192 | 4 years ago | 9 | mit | Objective-C | |||||
This is why we play | ||||||||||
React Native Audio Streaming | 754 | 47 | 2 | 2 years ago | 12 | February 25, 2017 | 84 | mit | Java | |
iOS & Android react native module to play an audio stream, with background support and media controls | ||||||||||
Soundwave | 402 | 2 | 2 years ago | 3 | October 22, 2018 | 23 | mit | Swift | ||
Illustrate your sound waves on the fly 🚀 | ||||||||||
Peafowl | 90 | 5 years ago | mit | Swift | ||||||
:mahjong: Play Japanese Mahjong in Swift | ||||||||||
Phonegap Videoplayer Plugin | 33 | 11 years ago | 2 | mit | JavaScript | |||||
Phonegap plugin that use iOS's MPMoviePlayerController to play video. | ||||||||||
My Boxen | 28 | 7 years ago | 1 | mit | Ruby | |||||
my-boxen | ||||||||||
Playmedia | 27 | 11 years ago | Python | |||||||
Play Mdeia是为Alfred开发的一款workflow,主要功能就是快速定义Mac中的音视频文件,并通过合适的播放器播放。 | ||||||||||
Pokemon Go Keyboard | 24 | 7 years ago | HTML | |||||||
Play Pokemon Go with your keyboard | ||||||||||
Llvmtemplate | 13 | 6 years ago | unlicense | Swift | ||||||
LLVM + Swift template Xcode project |
$ npm install
$ npm run clean
react-native unsupport for .babelrc since 0.16, so you have to remove all .babelrc in your project(includes packages)$ npm start
cmd + R
$ react-native run-android
The design is made by Sketch, you can find the original design file in Dropbox, it may help if someone wants to design new features.
Check the official doc first, the following steps are based on official doc
Comment console
in lib/middleware/logger.js
, because native environment doesn't support for console.group
Generate js bundle: $ react-native bundle --entry-file index.ios.js --platform ios --bundle-output ./main.jsbundle
Add js bundle into your project: open Xcode, select Files -> Add Files to... -> select the main.jsbundle file that just generated
In Xcode, select your device, then click the play button or cmd + R
I never tried
MIT