UNPKG

@lyrahealth-inc/react-native-orientation-plugin

Version:

Config plugin to auto configure react-native-orientation on prebuild

5 lines (4 loc) 254 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare const addToAppDelegate: (src: string) => string; export declare const addToPodFile: (src: string, relativePath: string) => string; export declare const withOrientationIOS: ConfigPlugin;