No description
  • TypeScript 78.7%
  • JavaScript 18.7%
  • Rust 2.6%
Find a file
2022-10-10 16:21:47 -04:00
apps fix big 2022-10-10 15:40:26 -04:00
packages/app fix big 2022-10-10 15:40:26 -04:00
.eslintrc.js initial commit 2022-10-10 09:20:33 -04:00
.gitignore initial commit 2022-10-10 09:20:33 -04:00
.prettierrc.json initial commit 2022-10-10 09:20:33 -04:00
package.json update title 2022-10-10 13:11:35 -04:00
readme.md Add references 2022-10-10 16:21:47 -04:00
tsconfig.json initial commit 2022-10-10 09:20:33 -04:00
turbo.json update readme 2022-10-10 12:58:37 -04:00
yarn.lock Add desktop app. 2022-10-10 11:25:19 -04:00

Evolving React

A cross-platform React Native app toolkit for the Evolving Web

Built with Expo, React Native, Next.js, Solito, and Tauri

Getting Started

Prerequisites

Evolving React Demo Video

Evolving React Demo

Installing

Clone the repository and install dependencies:

git clone https://github.com/Evolving-Software/evolving-react.git
cd evolving-react
yarn

Development

To run the app in development mode and load all of the platforms at once, run:

yarn dev

To run the app in development mode for a specific platform, run:

yarn dev:web
yarn dev:android
yarn dev:ios
yarn dev:desktop

References

  • The original Code comes from Solito
  • Desktop application courtesy of Tauri