UNPKG

react-native-flip

Version:
8 lines (7 loc) 213 B
import { ExpoConfig } from './Config.types'; /** * Should the bundler use .expo file extensions. * * @param exp */ export declare function isLegacyImportsEnabled(exp: Pick<ExpoConfig, 'sdkVersion'>): boolean;