UNPKG

@rnx-kit/tools-react-native

Version:

A collection of supplemental react-native functions and types

4 lines 429 B
export { loadContext, loadContextAsync, readReactNativeConfig, resolveCommunityCLI, } from "./context.ts"; export { findMetroPath, getMetroVersion, requireModuleFromMetro, } from "./metro.ts"; export { expandPlatformExtensions, getAvailablePlatforms, getAvailablePlatformsUncached, getModuleSuffixes, parsePlatform, platformExtensions, platformValues, tryParsePlatform, } from "./platform.ts"; //# sourceMappingURL=index.d.ts.map