react-native-trimmer
Version:
A Trimmer component that renders in iOS and Android and built entirely in React Native.
14 lines • 480 B
JavaScript
let shouldThrowAnErrorOutsideOfExpoValue = true;
/**
* @param value Should 'expo' validate the environment against Constants.expoVersion
*/
export function _setShouldThrowAnErrorOutsideOfExpo(value) {
shouldThrowAnErrorOutsideOfExpoValue = value;
}
/**
* Should 'expo' validate the environment against Constants.expoVersion
*/
export function shouldThrowAnErrorOutsideOfExpo() {
return shouldThrowAnErrorOutsideOfExpoValue;
}
//# sourceMappingURL=validatorState.js.map