Autolinking assets without pods
Hi,
I am working on a package whose sole sole purpose is to provide some fonts. I have created react-native.config.js in the package but native projects are not modified unless I do react-native link <packagename>.
Considering the fact that react-native link will soon be removed what's the right way to do this kind of stuff?
Only thing that comes to my mind so far is to provide empty navite code so that pods/gradle code can link it up (haven't tried that yet though).
Is there a better way?
Thanks.
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
We need a story around linking assets without changing native code. Reopening
I'm exactly in this position right now, thanks for reopening
Any ideas how this would work?
Autolinking assets was implemented with new link-assets command! 🙌