-
-
Notifications
You must be signed in to change notification settings - Fork 38
docs: added section about file loading using react image component #850
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* feat: more automatic asset resolving * feat: cleanup web actx * fix: web - remove unnecessary number-module support for decodeAudioData
| :::warning | ||
| Decoding local assets on web will only work via expo-asset library. | ||
| ::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hint: not true - require/import resolves to domain relative path which will work in most cases. The only problem there might be that if website root is different than domain/subdomain root it might require some additional work.
But this is just a suspicion - havent tested that case
Closes RNAA-63
Introduced changes
Checklist