Skip to content

NTA2017Racket/UniverseiOS

Repository files navigation

UniverseIOS

Demo

How to build the app:

# First install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew upgrade

# Now install nodejs
brew install nodejs

# Because it is a react-native app, we need react-native
npm install react-native-cli -g

# The next thing to do is: Go clone this repo and move into it with cd
# Install dependencies with npm
npm install

# Because I didn't uploaded the ios folder, you need to create it
react-native eject

# Link all native dependencies
react-native link

# You are ready, go into the ios folder and open the xcode project and build the app.

Original Repo on Github

Background source: link

Releases

No releases published

Packages

No packages published