
Starting point for developing web and cross platform native apps. Built on top of CRA and CRNA.
The React Native Web Starter is a repo that aims to provide an easy starting point for developers looking to create fully cross-platform applications for both web and mobile. It combines React Native Web for web development and Expo for mobile development. The repo includes different branches that represent various starting points, each with its own set of features and capabilities. The project is bootstrapped with Create React App, providing hot reloading for web development. It is also integrated with Create React Native App, allowing the project to be run on iOS and Android using the Expo packager.
The React Native Web Starter is a valuable resource for developers looking to create cross-platform applications using React Native Web and Expo. With its different branches and starting points, it offers flexibility and customization options. Whether minimalistic starting point, redux integration, platform-agnostic navigation, or TypeScript support is required, this repo provides reliable solutions. The installation process is straightforward, making it accessible for developers to get started quickly.

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 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.
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.