-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error on android run, Unable to resolve module ./responsibleTouchArea
#3
Comments
Error message:
|
looks like there is a further checking ... looks like |
I was able to get the example app to run by changing a lot of the require refs in these directories from lower case to upper case first letters:
maybe a PR is in order ? |
Thanks @SeanFelipe, you're correct about "lower case" file name. And that bug actually fixed in recent This repo actually deprecated by release of Also, instead of
See more in react-universal-ul github page: here (I've just updated it few hours ago). |
I'm also experimenting way to allow override webpack config using
|
Thanks ! What about the webpack config needs an override? Or is it just a convenience to not have to modify the webpack config manually? |
Hello! Super excited to find this project :) The idea of doing prototyping + rapid development in the browser, then building for mobile, sounds awesome.
I ran the boilerplate setup, then did
react-native run-android
and got this error regarding 'responsibleTouchArea'. Sounds like this is a universal ui component of some sort? Actually now looking at your readme I see that it's mentioned.Just thought I'd file here to start a conversation. I'll keep digging.
Be in touch !
The text was updated successfully, but these errors were encountered: