0.2.24 • Published 1 year ago

future-rn-ui v0.2.24

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

MIC-RN-UI

UI Component for MIC RN

使用

# install dependencies
yarn add mic-rn-ui react-native-linear-gradient react-native-svg @react-native-community/picker

# go to ios folder
cd ios

# install pod dependencies
pod install

开发调试

yarn && cd ios && pod install && cd .. && yarn ios

发布到npm

sh npm-publish.sh

添加新的svg

首先将新添加的svg文件放入src/assets/svg目录下,然后执行如下命令

yarn build-svg

本地文档站点

yarn site

Issues

New issue