TypeScript module resolver for use with react-native projects
npm install @rnx-kit/typescript-react-native-resolver

@rnx-kit/typescript-react-native-resolver is a TypeScript module resolver for
use with react-native projects.
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.
This resolver uses the target platform to find platform-override files such asfoo.ios.ts and foo.native.ts. It also maps react-native module references
to out-of-tree platforms such as react-native-windows andreact-native-macos. For performance reasons, these mappings are built into the
resolver, rather than loaded dynamically using @react-native-community/cli.