react-native-test-app
Version:
react-native-test-app provides a test app for all supported platforms as a package
11 lines (7 loc) • 364 B
JavaScript
// @ts-check
// '@expo/config-plugins' is a CommonJS module, which may not support all
// module.exports as named exports. CommonJS modules can always be imported via
// the default export.
import ExpoConfigPlugins from "@expo/config-plugins";
const { BaseMods, evalModsAsync, withPlugins } = ExpoConfigPlugins;
export { BaseMods, evalModsAsync, withPlugins };