UNPKG

@expo/metro-config

Version:

A Metro config for running React Native projects with the Metro bundler

6 lines (5 loc) 200 B
/** Convert any platform-specific path to a POSIX path. * @privateRemarks * Metro's equivalent is `normalizePathSeparatorsToPosix` */ export declare function toPosixPath(filePath: string): string;