UNPKG

480 BJavaScriptView Raw
1let shouldThrowAnErrorOutsideOfExpoValue = true;
2/**
3 * @param value Should 'expo' validate the environment against Constants.expoVersion
4 */
5export function _setShouldThrowAnErrorOutsideOfExpo(value) {
6 shouldThrowAnErrorOutsideOfExpoValue = value;
7}
8/**
9 * Should 'expo' validate the environment against Constants.expoVersion
10 */
11export function shouldThrowAnErrorOutsideOfExpo() {
12 return shouldThrowAnErrorOutsideOfExpoValue;
13}
14//# sourceMappingURL=validatorState.js.map
\No newline at end of file