Starter for a React Native for Web project (RN4Web)
React Native for Web Starter is a project that aims to provide a lean code base for bootstrapping a React Native for Web project. It follows the standard React Native project structure, making it easier for someone familiar with React Native to navigate a RN4Web project, and vice-versa. The starter also allows developers to benefit from the React community dev-tools, such as Storybook.
To install the React Native for Web Starter, follow these steps:
npm run dev in your terminal.npm run storybook to use React Storybook, available at http://localhost:9001.React Native for Web Starter is a project that aims to simplify the process of launching, experimenting, and publishing a RN4Web App. It provides a lean code base and follows the standard React Native project structure, making it easier for developers to navigate a RN4Web project. The starter also allows developers to benefit from the React community dev-tools like Storybook. The project is BSD licensed.