create-react-native-web-application icon indicating copy to clipboard operation
create-react-native-web-application copied to clipboard

A simple starting point for creating iOS, Android en webapp in 1 codebase with React Native (Web)

Results 4 create-react-native-web-application issues
Sort by recently updated
recently updated
newest added

It's not quite clear what is required to build and run the web app produced by this awesome generator tool. If I follow the quick start tutorial in the README,...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Support for the experimental syntax 'classProperties' isn't currently enabled. The solution was to use: addExternalBabelPlugin('@babel/plugin-proposal-class-properties') in config-overrides.js along with addExternalBabelPlugin('@babel/plugin-transform-react-jsx'), because putting "plugin-proposal-class-properties" in babel.config.js didn't make effect. Something should...

How to define `__DEV__` in `config-overrides` using `customize-cra`? Thanks.

help wanted
question