Replies: 1 comment
-
As long RN Image component supports it as an image source you can load whatever you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I could not find it anywhere in the documenation so was wondering is there a way to load Icons from the .ttf file into the loadAssetsGroup. Instead of specifiying each image, is it possible to load the ttf file and use Icons?
Assets.loadAssetsGroup('icons', {
icon1: require('icon1.png'),
icon2: require('icon2.png'),
icon3: require('icon3.png'),
});
Beta Was this translation helpful? Give feedback.
All reactions