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

create-react-app

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

scaffold-eth
dantehemerson
dantehemerson commented Oct 7, 2021

Describe the bug

Balance is not shown with the correct value, showing 0 instead.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Home Page'
  2. See the Balance section (on the top right)
  3. See error(Even if you have a balance, it is always displayed as 0)

Expected behavior
The correct balance must be shown

Screenshots
If applicable, add screenshots to hel

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