Dima Portenko
Dima Portenko
hey @bimsina did you solve it? can you make a PR?
Thanks for the report. I'll take a look, once I have time. Meanwhile, you can wrap text with another view as workaround.
Can you share what you tried? I'd like to check this case as well.
I mean to do like ``` Hello this is text Hello this is text Hello this is text Hello this is text const styles = StyleSheet.create({ container: { shadowColor: '#000',...
I think I found workaround. Inner view style should have `backgroundColor`. In this case, everything works fine for me. Unfortunately, I haven't had time for a proper fix for it.
@templatetuners did you mean you run? ```bash npm install ```
I'll take a look later. Meanwhile, maybe you can try `yarn install` instead. I'm basically using yarn here.
I don't think those warnings cause any real issues and I'm not going to spend time on this. But PRs are welcome.
Are you accept PRs? I'm going to play with ML KIT text recognition so potentially can contribute.
Not an exact solution but still can be helpful for somebody. Here is my video tutorial on how to use ml kit with static image https://youtube.com/playlist?list=PL97fL9DAn9QzKd4-exwa-vd1rNDov8wXZ You can mix this...