Skip to content

Instantly share code, notes, and snippets.

View felexx90's full-sized avatar

Andres Rodriguez felexx90

View GitHub Profile
@felexx90
felexx90 / README.md
Created October 5, 2017 21:13 — forked from boopathi/README.md
Creating a Swift-ReactNative project

Settings

  1. Create a project in XCode with the default settings
    • iOS > Application > Single View Application
    • Language: Swift
  2. Under project General settings, add ReactKit to Linked Framework and Libraries
    • + > Add Other... and choose /path/to/react-native/ReactKit/ReactKit.xcodeproj
  3. Now ReactKit would have been imported. Link it by choosing it from the list.
    • + > lib.ReactKit.a
  4. Under project Build Settings,
// LoadingScreenManager
// --------------------------------
// built by Martin Nerurkar (http://www.martin.nerurkar.de)
// for Nowhere Prophet (http://www.noprophet.com)
//
// Licensed under GNU General Public License v3.0
// http://www.gnu.org/licenses/gpl-3.0.txt
using UnityEngine;
using UnityEngine.UI;
@felexx90
felexx90 / ember-deploy
Created September 28, 2016 02:38 — forked from dolfelt/ ember-deploy
Code for deploying ember-cli applications with Gulp.js
Code for deploying ember-cli applications with Gulp.js