Anna Native
Anna UI for Native
๐ซ Features
- Base on
React Native - Support
iOSandAndroid - Support TypeScript
๐ฆ Installation
npm install anna-nativeyarn add anna-native๐ฎ Usage
import { Button } from 'anna-native';
const App = () => (
<>
<Button>Click Anna</Button>
</>
);๐ง๐ปโ๐ป Local development
$ git clone git@github.com:AnnaSearl/anna-native.git
$ cd anna-native
$ npm install
$ npm start๐ค Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
Pull Request standard
- We recommend keeping your PR small enough. Ensure that a PR solves only one problem or adds only one feature
- In PR, please add an appropriate description and associate the relevant issue
- Before the pull request, please synchronize the latest code of the main warehouse
Common commands
npm startRunning Anna Native's website locallynpm run lintCheck code stylenpm run buildCompile Typescript code to esm, web and dist directory
๐ป DingTalk group
On this page
Languages
TypeScript58.0%JavaScript30.0%Swift4.0%Java3.9%Objective-C3.5%Ruby0.3%Shell0.3%
Contributors
MIT License
Created October 17, 2020
Updated August 22, 2023