Starter Kit

screenshot of Starter Kit
react
react-native

React Native project setup with Viro

Overview:

The Viro Starter Kit is a blank React Native project setup with Viro, a platform for building augmented reality (AR) and virtual reality (VR) experiences. Before installing the starter kit, it is important to set up the development environment for React Native. It should be noted that the Android emulators are not supported by Viro.

Features:

  • Blank React Native Project: The starter kit provides a basic, blank React Native project that can be used as a starting point for building AR and VR experiences.
  • Viro Integration: The starter kit is set up with Viro, a platform that enables the creation of AR and VR experiences using React Native.
  • Installation Instructions: The documentation provides step-by-step instructions for installing the starter kit, including any necessary dependencies and configuration.

Summary:

The Viro Starter Kit is a helpful resource for developers looking to create AR and VR experiences using React Native. It provides a blank React Native project pre-configured with Viro, making it easier to get started with building immersive experiences. The installation process is straightforward, with clear instructions provided in the documentation. However, it should be noted that Android emulators are not supported by Viro. In case of any difficulties, developers can reach out for assistance in the Viro Discord community.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.