Closed
Description
Steps followed as per: https://facebook.github.io/react-native/docs/getting-started.html
npm install -g react-native-cli
react-native init AwesomeProject
cd AwesomeProject && react-native run-ios
Output
▸ Compiling strtod.cc
❌ error: Build input file cannot be found: 'AwesomeProject/node_modules/react-native/third-party/double-conversion-1.1.6/src/strtod.cc'
▸ Compiling fixed-dtoa.cc
❌ error: Build input file cannot be found: 'AwesomeProject/node_modules/react-native/third-party/double-conversion-1.1.6/src/fixed-dtoa.cc'
▸ Compiling fast-dtoa.cc
❌ error: Build input file cannot be found: 'AwesomeProject/node_modules/react-native/third-party/double-conversion-1.1.6/src/fast-dtoa.cc'
** BUILD FAILED **