Skip to content

Instantly share code, notes, and snippets.

@talkol
Created June 18, 2016 19:14
Show Gist options
  • Select an option

  • Save talkol/54ab6e2f9da5deb9502a5af7f34f9afb to your computer and use it in GitHub Desktop.

Select an option

Save talkol/54ab6e2f9da5deb9502a5af7f34f9afb to your computer and use it in GitHub Desktop.
#import "RNSwipeableManager.h"
#import "RNSwipeable.h"
@implementation RNSwipeableManager
RCT_EXPORT_MODULE()
- (UIView *)view {
return [[RNSwipeable alloc] init];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment