6 lines
293 B
JavaScript
6 lines
293 B
JavaScript
![]() |
// load remote logging for compatability with custom development clients
|
||
|
import './environment/logging.fx';
|
||
|
import './environment/react-native-logs.fx';
|
||
|
// load expo-asset immediately to set a custom `source` transformer in React Native
|
||
|
import 'expo-asset';
|
||
|
//# sourceMappingURL=Expo.fx.js.map
|