An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# taia · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/taiajs/taia/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/taia.svg?style=flat)](https://www.npmjs.com/package/taia) [![CI Status](https://github.com/taiajs/taia/workflows/CI/badge.svg?branch=main&event=push)](https://github.com/taiajs/taia) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](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).