1.1.14 • Published 3 years ago

anna-native v1.1.14

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

💫 Features

  • Base on React Native
  • Support iOS and Android
  • Support TypeScript

📦 Installation

npm install anna-native
yarn 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

  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

1.1.14

3 years ago

1.1.13

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago