INNER CODE UNIT · Java

RNPhotoEditorPackage

prscX/react-native-photo-editor · android/src/main/java/ui/photoeditor/RNPhotoEditorPackage.java:14

public class RNPhotoEditorPackage implements ReactPackage {
    @Override
    public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
      return Arrays.<NativeModule>asList(new RNPhotoEditorModule(reactContext));
    }

    // Deprecated from RN 0.47
    public List<Class<? extends JavaScriptModule>> createJSModules() {
      return Collections.emptyList();
    }

    @Override
    public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
      return Collections.emptyList();
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…