Skip to content

Instantly share code, notes, and snippets.

View xu01's full-sized avatar

xu01 xu01

  • Augmentum, Inc.
  • Shanghai
View GitHub Profile
@xu01
xu01 / README.md
Created February 5, 2016 02:17 — 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,