What?
react-native
use the css-in-js
scheme by default.
you need to define your UI interface and skin extension in the react-native-[component]
.
build
react-native-[component]
dosen't need to build and can publish the original code. Recommended for demos expo。
Tree
[component]
├── README.md
├── lib
│ └── index.js
└── package.json
Contribution
Fork react-native-button as template。