Anna UI for Native
- Base on
React Native
- Support
iOS
andAndroid
- Support TypeScript
npm install anna-native
yarn add anna-native
import { Button } from 'anna-native';
const App = () => (
<>
<Button>Click Anna</Button>
</>
);
$ git clone git@github.com:AnnaSearl/anna-native.git
$ cd anna-native
$ npm install
$ npm start
See the contributing guide to learn how to contribute to the repository and the development workflow.
- 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
-
npm start
Running Anna Native's website locally -
npm run lint
Check code style -
npm run build
Compile Typescript code to esm, web and dist directory