DimensionSoftware / Flume

Flume Music - React Native Example

Home Page:http://flumemusic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flume Music App

http://flumemusic.com

Flume Music

Quick Start

$ git clone git@github.com:DimensionSoftware/Flume.git
$ cd flume && npm i && npm start
$ open ios/flume.xcodeproj/

Press Command+R in XCode to Build & Run!

Booting a Store-Ready, Self-Contained App

  1. Follow Facebook's Guide to Running on Devices

  2. If those instructions result in a white screen, ensure Xcode's PATH includes the react-native binary; or-- go ahead and manually build the bundle, eg:

     $ react-native bundle --entry-file index.ios.js --platform ios --dev false --bundle-output '$USER/Library/Developer/Xcode/DerivedData/flume/Build/Products/Release-iphoneos/Flume Music.app/main.jsbundle' --assets-dest '/Users/$USER/Library/Developer/Xcode/DerivedData/flume/Build/Products/Release-iphoneos/Flume Music.app'
    

    Your exact command should be toward the end of the Build Output from:

    Xcode -> Build Phases -> Bundle React Native code and images

 

Fresh Software by Dimension

About

Flume Music - React Native Example

http://flumemusic.com


Languages

Language:HTML 96.9%Language:JavaScript 2.4%Language:Objective-C 0.4%Language:Python 0.2%Language:Java 0.1%