rnx-kit/packages/typescript-react-native-res...
Tommy Nguyen 9f24106cda
docs: automate removal of badges from READMEs (#2324)
2023-04-14 08:24:28 +02:00
..
CHANGELOG.md RELEASING: Releasing 4 package(s) (#2092) 2023-01-11 12:02:51 +01:00
README.md docs: automate removal of badges from READMEs (#2324) 2023-04-14 08:24:28 +02:00

README.md

@rnx-kit/typescript-react-native-resolver

Build npm version

@rnx-kit/typescript-react-native-resolver is a TypeScript module resolver for use with react-native projects.

🛑 Deprecated 🛑

This tool has been deprecated in favor of using @rnx-kit/metro-plugin-typescript, which is built on the moduleSuffixes TypeScript compiler option.

You may continue to use it, but it will be removed in a future release.

Synopsis

This resolver uses the target platform to find platform-override files such as foo.ios.ts and foo.native.ts. It also maps react-native module references to out-of-tree platforms such as react-native-windows and react-native-macos. For performance reasons, these mappings are built into the resolver, rather than loaded dynamically using @react-native-community/cli.