Skip to content

Instantly share code, notes, and snippets.

@ryanlntn
Last active April 15, 2016 23:32
Show Gist options
  • Save ryanlntn/300ce8e2b2c3c2bd2726735f9f3cecaa to your computer and use it in GitHub Desktop.
Save ryanlntn/300ce8e2b2c3c2bd2726735f9f3cecaa to your computer and use it in GitHub Desktop.
ImagePickerModule.java
package com.myapp.imagepicker;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
public class ImagePickerModule extends ReactContextBaseJavaModule {
public ImagePickerModule(ReactApplicationContext reactContext) {
super(reactContext);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment