Fábio Henriques
Fábio Henriques
Hi @unimonkiez Yes, as @roryabraham stated I have been working on an improvement for this library. We are aware that RN have some limitations regarding fonts in Android, e.g. `fontStyle`...
**Update:** Working on the logic to update `MainApplication.java` file.
**Update:** Feature almost ready, doing some final tests now.
**Update:** Add more logic to handle new/updated fonts when you already have the XML files created by the library in the project. Implementing logic to handle deletions now.
**Update:** @unimonkiez @roryabraham I created a [WIP Draft PR](https://github.com/unimonkiez/react-native-asset/pull/52) with the whole logic to copy and clean Android font assets using the new approach, but I have some doubts about...
Just a note: I will be OOO for some days and will return on May 4th to start working on this final change once we got a consensus.
Hi @unimonkiez , did you have a chance to take a look at my comment above? wdyt about my suggestion?
Hi @unimonkiez ! > I think if it's not too much hassle, add the cli version to the manifests and create a migration folder between each version, that way if...
**Update:** Addressed the changes and final implementation requested by maintainer.
@roryabraham @blazejkustra I've also upgraded both Onyx and E/App TS to 5.4.5 to be able to use [NoInfer type](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-4.html#the-noinfer-utility-type), necessary to fix `initialValue` issues with TS.