https://github.com/taiajs/taia
The React Native Framework
https://github.com/taiajs/taia
android app-framework cross-platform ios mobile mobile-development react react-native
Last synced: 3 days ago
JSON representation
The React Native Framework
- Host: GitHub
- URL: https://github.com/taiajs/taia
- Owner: taiajs
- License: mit
- Created: 2022-08-10T21:44:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T11:53:23.000Z (about 3 years ago)
- Last Synced: 2025-10-03T23:34:40.661Z (7 months ago)
- Topics: android, app-framework, cross-platform, ios, mobile, mobile-development, react, react-native
- Language: TypeScript
- Homepage:
- Size: 928 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# taia · [](https://github.com/taiajs/taia/blob/main/LICENSE) [](https://www.npmjs.com/package/taia) [](https://github.com/taiajs/taia) [](https://github.com/taiajs/taia/blob/main/CONTRIBUTING.md)
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
```shell
$ mkdir myapp && cd myapp
```
Create projects through official tools
```shell
$ npx create-taia@latest
# or
$ yarn create taia
# or
$ pnpm dlx create-taia@latest
```
## start a project
```shell
$ npm start
$ i
# or
$ a
```
## build
```shell
$ npm run build
```
## Contributing
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](https://github.com/taiajs/taia/blob/main/CONTRIBUTING.md)
Read our [contributing guide](https://github.com/taiajs/taia/blob/main/CONTRIBUTING.md) 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](./LICENSE).