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.
reValuate/node_modules/expo/build/apisAreAvailable.js.map
2021-04-02 02:24:13 +03:00

1 line
424 B
Plaintext

{"version":3,"file":"apisAreAvailable.js","sourceRoot":"","sources":["../src/apisAreAvailable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,MAAM,CAAC,OAAO,UAAU,gBAAgB;IACtC,OAAO,CAAC,CAAC,aAAa,CAAC,iBAAiB,CAAC;AAC3C,CAAC","sourcesContent":["import { NativeModules } from 'react-native';\n\nexport default function apisAreAvailable(): boolean {\n return !!NativeModules.ExponentConstants;\n}\n"]}