react-native-whatsapp-ui
react-native-whatsapp-ui copied to clipboard
Compilation Error
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 ?
I built this on a mac and never tested on a windows machine. Are you using android studio?
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
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