Skip to content
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

Transforming issue in android #65

Open
Tayyab100 opened this issue May 2, 2017 · 0 comments
Open

Transforming issue in android #65

Tayyab100 opened this issue May 2, 2017 · 0 comments

Comments

@Tayyab100
Copy link

Tayyab100 commented May 2, 2017

Hi,

I am facing issue in android when react packager transform modules. RN packager tries to load ActivityView.android.js but it could not load. I am getting following error:
The development server returned response error code: 500

URL: http://10.0.2.2:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false

Body:
{"from":"{ProjectDirectory}\node_modules\react-native-activity-view\ActivityView.android.js","to":"warning","message":"Unable to resolve module warning from {ProjectDirectory}\\node_modules\\react-native-activity-view\\ActivityView.android.js: Module does not exist in the module map or in these directories:\n {ProjectDirectory}\node_modules\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: watchman watch-del-all.\n 2. Delete the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start --reset-cache.","name":"UnableToResolveError","type":"UnableToResolveError","errors":[{}]}
onResponse
DevServerHelper.java:332
execute
RealCall.java:126
run
NamedRunnable.java:32
runWorker
ThreadPoolExecutor.java:1113
run
ThreadPoolExecutor.java:588
run
Thread.java:818

I have done all the steps that is given in error but could not resolve error. RN packager stuck at 99.7% as showing in attached picture. This was working fine with react native version 0.39 and activity view release version 0.2.5. Now I upgraded RN version to 0.42.3 and activity view version 0.2.11 and facing this issue after upgradation.
untitledss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant