5 lines
183 B
JavaScript
5 lines
183 B
JavaScript
![]() |
import { NativeModules } from 'react-native';
|
||
|
export default function apisAreAvailable() {
|
||
|
return !!NativeModules.ExponentConstants;
|
||
|
}
|
||
|
//# sourceMappingURL=apisAreAvailable.js.map
|