Skip to content

Instantly share code, notes, and snippets.

@andrepimenta
Created September 11, 2019 16:51
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/75a68fe35275b0a09064103733d0a7bd to your computer and use it in GitHub Desktop.
Save andrepimenta/75a68fe35275b0a09064103733d0a7bd to your computer and use it in GitHub Desktop.
UserDefaults React Native bridge - Tutorial header file for React Native Widget
//
// SharedStorage.h
// hodl
//
// Created by Andre Pimenta on 19/09/2018.
// Copyright © 2018 Facebook. All rights reserved.
//
#import "React/RCTBridgeModule.h"
@interface SharedStorage : NSObject <RCTBridgeModule>
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment