I just published a new version of React Native compiler for Bit
and I would appreciate some feedback.
You can write in the comments section, links to React Native components you exported.
To Install and use the compiler:
https://bit.dev/bit/envs/compilers/react-native
Stars to the repository will be welcome 😉💫
Envs - Development environments for components
A curated list of Extensions maintained by Bit's maintainers to use as dev tools for components. These extensions implement best practices for distributing components and setting them up to be reused across projects.
Quick links
Browse Envs • Implementing Envs
Compiler/Tester collection • Docs
Usage
Which compiler to use?
Flavor
Env
Import Command
React JS
react
bit import bit.envs/compilers/react -c
React TS
react-typescript
bit import bit.envs/compilers/react-typescript -c
React Native JS
react-native
bit import bit.envs/compilers/react-native -c
React Native TS
react-native-typescript
bit import bit.envs/compilers/react-native-typescript -c
Vue
vue
bit import bit.envs/bundlers/vue -c
Angular
angular
bit import bit.envs/compilers/angular -c
Typescript Vanilla
typescript
bit import bit.envs/compilers/typescript -c
Javascript Vanilla
babel
bit import bit.envs/compilers/babel -c
Stencil
stencil
bit import bit.envs/compilers/stencil -c
Which tester to use?
Flavor
Env
Import Command
Mocha
mocha
bit import bit.envs/testers/mocha -t
What is Bit?
Bit makes it easy to share and manage components between projects and…

Top comments (0)