react-native-trimmer
Version:
A Trimmer component that renders in iOS and Android and built entirely in React Native.
9 lines (8 loc) • 320 B
TypeScript
/**
* @param value Should 'expo' validate the environment against Constants.expoVersion
*/
export declare function _setShouldThrowAnErrorOutsideOfExpo(value: any): void;
/**
* Should 'expo' validate the environment against Constants.expoVersion
*/
export declare function shouldThrowAnErrorOutsideOfExpo(): boolean;