himanshuchauhan / react-native-whatsapp-ui

Pure javascript UI prototype of Whatsapp for React Native framework.
164 stars 53 forks source link

Compilation Error #2

Open vitalyc opened 7 years ago

vitalyc commented 7 years ago

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

Maybe I need to install some component ?

himanshuchauhan commented 7 years ago

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

Karsens commented 7 years ago

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

abhishekrathore commented 6 years ago

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