react-native-mobile-ui
v0.1.1
Published
UI library for igloo mobile
Readme
react-native-mobile-ui
UI library for igloo mobile
Development
Coding
- write UI component in
/src/components, and export it in/src/index.tsx - import it in
/example/src/app.tsx - run and test the UI component by entering
/exampleand runyarn androidoryarn ios
Deployment/Release
enter root folder and run yarn release
Installation
npm install react-native-mobile-uiUsage
import { MobileUiView } from "react-native-mobile-ui";
// ...
<MobileUiView color="tomato" />Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
