The Wayback Machine - https://web.archive.org/web/20210829162116/https://github.com/topics/create-react-app
Skip to content
#

create-react-app

Here are 4,283 public repositories matching this topic...

scaffold-eth
pabloruiz55
pabloruiz55 commented Jun 27, 2021

When running yarn start, after compilation React complains with the following warnings:

Compiled with warnings.

./src/hooks/ContractLoader.js
  Line 120:6:  React Hook useEffect has missing dependencies: 'config.customAddresses', 'config.externalContracts', and 'config.hardhatContracts'. Either include them or remove the dependency array  react-hooks/exhaustive-deps

./src/components/S
react-native-web-monorepo
WookieFPV
WookieFPV commented Feb 15, 2021

I tried to create an iOS release build.

Steps to reproduce:

  1. install pods
  2. open Xcode Workspace
  3. edit schema to release
  4. start build

Looks like the bundler doesn't know the "ios" platform => no bundle creation.
"error Invalid platform "ios" selected"

+ node /Users/userName/RN-mono/node_modules/react-native/cli.js bundle --entry-file index.js --platform ios --dev fals

Improve this page

Add a description, image, and links to the create-react-app topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the create-react-app topic, visit your repo's landing page and select "manage topics."

Learn more