-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to copy images to xcassets? #3
Comments
Hello @alaughlin thanks for reaching out, currently yes our library does not add assets as an xcassets asset, tho we can implement this as a extra feature but what exaclty do you want it to do just adds assets under Assets.xcassets or what ? |
expo sdk 51 add this feature. |
Great can you like the docs for this? @lxp-git |
@lxp-git Not true, for now it only supports limited file extensions: https://docs.expo.dev/versions/latest/sdk/asset/, and . |
Thanks for adding the reference |
I am attempting to use this library to show native context menus:
https://www.npmjs.com/package/react-native-context-menu-view
This requires custom icons to be added to xcassets. I thought this library would do that, however it just seems to be copying my assets to
ios/Assets
?Is that supposed to be happening with this library? If not, does anyone know how to do this with an expo managed workflow?
The text was updated successfully, but these errors were encountered: