This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

7 lines
350 B
JavaScript
Raw Normal View History

2021-04-02 02:24:13 +03:00
import Constants from 'expo-constants';
if (__DEV__) {
if (Constants.manifest?.experiments?.redesignedLogBox) {
console.warn('LogBox is enabled by default on SDK 39 and higher. You can now remove the experiments.redesignedLogBox from your app configuration to get rid of this warning.');
}
}
//# sourceMappingURL=LogBox.fx.expo.js.map