Skip to content

Instantly share code, notes, and snippets.

@andrepimenta
Created July 11, 2019 18:01
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 andrepimenta/402d70137973623a2f748fb7d1d85603 to your computer and use it in GitHub Desktop.
Save andrepimenta/402d70137973623a2f748fb7d1d85603 to your computer and use it in GitHub Desktop.
React Native iOS Bridge TEMPLATE
//
// BridgeTemplate.h
// ReactNativeLoadingSpinnerOverlayNative
//
// Created by Andre Pimenta on 11/07/2019.
// Copyright © 2019 Facebook. All rights reserved.
//
#import "React/RCTBridgeModule.h"
// Instead of LoadingOverlay put the name of your module
@interface LoadingOverlay : NSObject <RCTBridgeModule>
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment