react-native-imglysdk
Version:
A React Native base module for PhotoEditor SDK and VideoEditor SDK. Integrate the video- and photo editor into your own HTML5, iOS or Android app - in minutes!
16 lines (15 loc) • 490 B
TypeScript
import { ConfigPlugin } from "@expo/config-plugins";
/** Applies all needed native configurations. */
declare const withReactNativeIMGLY: ConfigPlugin<{
android?: {
version?: string;
modules?: [string];
buildToolsVersion?: string;
minSdkVersion?: string;
compileSdkVersion?: string;
targetSdkVersion?: string;
kotlinGradlePluginVersion?: string;
kspVersion?: string;
};
} | void>;
export default withReactNativeIMGLY;