taia ·
Taia is a React Native framework for faster app development.
- Out of the box: Built-in routing, build, deployment, testing, lint, etc., all you need is one umi dependency to get started.
- Complete routing: Supports configuration or file system based.
create app
Let's find a place to create an empty directory
$ mkdir myapp && cd myappCreate projects through official tools
$ npx create-taia@latest
# or
$ yarn create taia
# or
$ pnpm dlx create-taia@lateststart a project
$ npm start
$ i
# or
$ abuild
$ npm run buildContributing
Development of Taia happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Taia.
Contributing Guide
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Taia.
License
Taia is MIT licensed.