Ao executar o comando react-native init InstaluraMobile obtenho o seguinte resultado:
MacBook-Air-de-Rodrigo:~ rodrigosampaio$ react-native init InstaluraMobile This will walk you through creating a new React Native project in /Users/rodrigosampaio/InstaluraMobile Using yarn v1.7.0 Installing react-native... yarn add v1.7.0 info No lockfile found. [1/4] Resolving packages... [2/4] Fetching packages... error react-native@0.56.0: The engine "node" is incompatible with this module. Expected version ">=8". error Found incompatible module info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. { Error: Command failed: yarn add react-native --exact at checkExecSyncError (child_process.js:483:13) at execSync (child_process.js:523:13)
Podem me ajudar?