-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
[0.23.0-rc1]Unable to resolve modules AssestRegistry when require image inside node_modules #6638
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
9 tasks
👍 |
Confirm - if require image inside project - it works |
This was referenced Mar 31, 2016
Might be caused by 06b5bda. ETA for a fix next week. |
4 tasks
bestander
added a commit
to bestander/react-native
that referenced
this issue
Apr 5, 2016
zebulgar
pushed a commit
to nightingale/react-native
that referenced
this issue
Jun 18, 2016
Summary:This fixes facebook#6638 by resolving AssetRegistry relatively. Closes facebook#6822 Reviewed By: davidaurelio Differential Revision: D3144463 Pulled By: bestander fb-gh-sync-id: d3eeb24ae9e08a32f742c50ae5f0314fd33d1b6b fbshipit-source-id: d3eeb24ae9e08a32f742c50ae5f0314fd33d1b6b
cpojer
pushed a commit
to facebook/metro
that referenced
this issue
Jan 26, 2017
Summary:This fixes facebook/react-native#6638 by resolving AssetRegistry relatively. Closes facebook/react-native#6822 Reviewed By: davidaurelio Differential Revision: D3144463 Pulled By: bestander fb-gh-sync-id: d3eeb24ae9e08a32f742c50ae5f0314fd33d1b6b fbshipit-source-id: d3eeb24ae9e08a32f742c50ae5f0314fd33d1b6b
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have code like
<Image source={require('react-native-router-flux/src/back_chevron.png')} style={{height: 100, width: 100}}/> in my app and it works fine in 0.22.2
but in 0.23.0-rc1 system throws "Unable to resolve modules AssestRegistry [path to back_chevron.png" in IOS, and "Requireing unknown module "AssestRegistry"" in Android
The text was updated successfully, but these errors were encountered: