UNPKG

183 BJavaScriptView Raw
1import { NativeModules } from 'react-native';
2export default function apisAreAvailable() {
3 return !!NativeModules.ExponentConstants;
4}
5//# sourceMappingURL=apisAreAvailable.js.map
\No newline at end of file