# rax-button-component **Repository Path**: postbird/rax-button-component ## Basic Information - **Project Name**: rax-button-component - **Description**: 基于 Touchable 封装 rax 的 Button 组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于 Touchable 实现的 Rax Button 组件示例 组件代码位置: - `src/components/Button` 运行方式: - 克隆项目 ```bash https://github.com/postbird/rax-button-component.git ``` - 安装依赖 ```bash yarn intsall # npm intsall ``` - 开启项目 ```bash yarn start # npm run start ```