Skip to content

Instantly share code, notes, and snippets.

@GaborWnuk
Created April 14, 2018 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GaborWnuk/cce26aeb3d8ceb02730128a5bec877d5 to your computer and use it in GitHub Desktop.
Save GaborWnuk/cce26aeb3d8ceb02730128a5bec877d5 to your computer and use it in GitHub Desktop.
wdi-Bridging-Header.h for React Native project based on Swift
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <React/RCTBundleURLProvider.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTRootView.h>
#import <React/RCTUtils.h>
#import <React/RCTConvert.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment