react-native-whatsapp-ui icon indicating copy to clipboard operation
react-native-whatsapp-ui copied to clipboard

Compilation Error

Open vitalyc opened this issue 7 years ago • 3 comments

I try to compile your code on Windows and got followed error: `FAILURE: Build failed with an exception.

  • What went wrong: A problem occurred configuring project ':app'.

Cannot evaluate module react-native-splash-screen : Configuration with name 'default' not found.`

Maybe I need to install some component ?

vitalyc avatar Jun 27 '17 13:06 vitalyc

I built this on a mac and never tested on a windows machine. Are you using android studio?

himanshuchauhan avatar Jun 27 '17 14:06 himanshuchauhan

Hi... I'm having the same issue. I'm running on a windows machine using android studio, and I followed the complete getting started from here with android studio: https://facebook.github.io/react-native/docs/getting-started.html

Karsens avatar Jul 01 '17 18:07 Karsens

Cannot evaluate module react-native-splash-screen : Configuration with name 'default' not found. "react-native-splash-screen" component is missing in this installation due to it showing this error. You will install "react-native-splash-screen" manually by running this command "npm i react-native-splash-screen --save" after it build into android (react-native run-android) it will working fine. you may get data.json file is not found because this file path need to update in Home.js

abhishekrathore avatar Sep 05 '17 10:09 abhishekrathore