UNPKG

@rnx-kit/tools-react-native

Version:

A collection of supplemental react-native functions and types

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