bartonhammond/snowflake

Error: evaluating screenPhysicalPixels.width

Closed this issue ยท 8 comments

Cloned and ran for android, got this error

error

Make sure you are running react-native start from the correct directory

๐Ÿ˜ณ the root, correct??

Mac-Air:snowflake darryl$ list
.
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ android
โ”œโ”€โ”€ bitrise
โ”œโ”€โ”€ fastlane
โ”œโ”€โ”€ index.android.js
โ”œโ”€โ”€ index.ios.js
โ”œโ”€โ”€ ios
โ”œโ”€โ”€ node_modules
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ src

6 directories, 5 files
Mac-Air:snowflake darryl$ react-native start

Yeah, that looks right. Not sure what the problem is. You might try rm -rf node_modules and then npm install. Otherwise, I'm not sure. Sorry...It might me your version of npm. I'm on 2.14.7

my versions:
npm - 3.9.2
node - 5.5.0

I tried to install fresh modules, no dice. I'll keep tinkering. Thx!

Rats.

What was it?

Haven't found a solution, will post it when come back to it.

It seems to be an issue with React-Native, check it out here: facebook/react-native#5963