npm install bit-bin --global
bit login
bit init
bit add project/path --id componentId
OR Import all files in a folder as components
bit add src/components/*
5. Import my React Native Web compiler
bit import drumnation.envs/babel-react-native-web --compiler
bit build
bit tag --all 1.0.0
OR tag a specific component by id
bit tag componentId 1.0.1
bit export username.collection
9. Import @bit/react native component into your React.js or React Native project
npm i @bit/drumnation.react-native-web.react-native-web-demo