anna-native
v1.1.14
Published
Anna Native comes
Maintainers
Readme
💫 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 [email protected]: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
