Skip to content

Instantly share code, notes, and snippets.

@vagmi
Created March 2, 2016 01:09
Show Gist options
  • Select an option

  • Save vagmi/5de51db5aec93270c9fd to your computer and use it in GitHub Desktop.

Select an option

Save vagmi/5de51db5aec93270c9fd 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