https://github.com/annasearl/anna-native
Anna UI for native
https://github.com/annasearl/anna-native
anna components react-native ui
Last synced: about 1 year ago
JSON representation
Anna UI for native
- Host: GitHub
- URL: https://github.com/annasearl/anna-native
- Owner: AnnaSearl
- License: mit
- Created: 2020-10-17T11:36:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T13:33:00.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T14:09:28.020Z (about 1 year ago)
- Topics: anna, components, react-native, ui
- Language: TypeScript
- Homepage: https://annasearl.github.io/anna-native/
- Size: 1.36 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Anna Native
Anna UI for Native
## 💫 Features
- Base on `React Native`
- Support `iOS` and `Android`
- Support TypeScript
## 📦 Installation
```bash
npm install anna-native
```
```bash
yarn add anna-native
```
## 🔮 Usage
```jsx
import { Button } from 'anna-native';
const App = () => (
<>
Click Anna
>
);
```
## 🧑🏻💻 Local development
```bash
$ git clone git@github.com:AnnaSearl/anna-native.git
$ cd anna-native
$ npm install
$ npm start
```
## 🤝 Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
#### Pull Request standard
1. We recommend keeping your PR small enough. Ensure that a PR solves only one problem or adds only one feature
2. In PR, please add an appropriate description and associate the relevant issue
3. Before the pull request, please synchronize the latest code of the main warehouse
#### Common commands
1. `npm start` Running Anna Native's website locally
2. `npm run lint` Check code style
3. `npm run build` Compile Typescript code to esm, web and dist directory
## 🍻 DingTalk group