Created
June 18, 2016 19:14
-
-
Save talkol/54ab6e2f9da5deb9502a5af7f34f9afb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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