One is a new React framework - target web and native with a single Vite plugin and fully shared code, so you can ship cross-platform nearly as easy as single-platform.
The vxrn documentation website offers example apps for users to try out, including “Tamagui” and a router app. Users can engage with these apps by running specific commands such as yarn dev:example-tamagui
and yarn dev:example-router
. The project also encourages contributions, as outlined in the CONTRIBUTING.md
file.
yarn dev
command.CONTRIBUTING.md
for details on contributing.To install the theme, follow these steps:
git clone [repository-url]
cd [project-folder]
yarn install
yarn dev:example-tamagui
yarn dev:example-router
The vxrn documentation website provides users with example apps, such as “Tamagui” and a router app, to explore and interact with. By following the installation guide and running specific commands, users can easily engage with these apps. Additionally, the project encourages contributions by providing guidelines in the CONTRIBUTING.md
file.