react-native-oxc
sadf
The Oxidation Compiler is creating a collection of high-performance tools for JavaScript and TypeScript written in Rust.
This library lets you leverage it for resolution (and soon ™ transpilation) to boost your react-native development environment.
npm install react-native-oxc
Modify the metro config to look something like this:
// metro.config.js
const { createOxcResolver } = require('react-native—oxc');
const config = {
resolver: {
resolveRequest: createOxcResolver({
// optional oxc resolver options
}),
},
};
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT