Skip to content

Instantly share code, notes, and snippets.

@vagmi
Created March 2, 2016 01:08
Show Gist options
  • Save vagmi/5485c7dc58b06e45c84c to your computer and use it in GitHub Desktop.
Save vagmi/5485c7dc58b06e45c84c to your computer and use it in GitHub Desktop.
import React
@objc(CustomRNViewManager)
class CustomRNViewManager : RCTViewManager {
override func view() -> UIView! {
return CustomRNView()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment