xref: /expo/packages/@expo/metro-runtime/src/index.ts (revision 09a2a2f1)
1/**
2 * Copyright © 2023 650 Industries.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7
8import './location/install';
9// IMPORT POSITION MATTERS FOR FAST REFRESH ON WEB
10import './effects';
11// vvv EVERYTHING ELSE vvv
12import './async-require';
13