Skip to content

Instantly share code, notes, and snippets.

@ryanlntn
Created April 16, 2016 20:24
Show Gist options
  • Save ryanlntn/6601bf94f815b5b34a5e4d25e1b22cdd to your computer and use it in GitHub Desktop.
Save ryanlntn/6601bf94f815b5b34a5e4d25e1b22cdd to your computer and use it in GitHub Desktop.
ImagePickerModule.java
public class ImagePickerModule extends ReactContextBaseJavaModule implements ActivityEventListener {
public ImagePickerModule(ReactApplicationContext reactContext) {
super(reactContext);
reactContext.addActivityEventListener(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment