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.
Let's find a place to create an empty directory
$ mkdir myapp && cd myapp
Create projects through official tools
$ npx create-taia@latest
# or
$ yarn create taia
# or
$ pnpm dlx create-taia@latest
$ npm start
$ i
# or
$ a
$ npm run build
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.
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.
Taia is MIT licensed.