lexengineer

Results 7 comments of lexengineer

Getting the same issue when using with `nanoid` and have to switch to another library because of that issue.

Hi @bberak, Excuse me please, had to delete my previous message. Thank you for the advice, sounds reasonable. Will try to add that and get back to you. Thank you...

Hi @bberak, Thank you for the response. I think creating composite body might be too hard because the shape we need is too complex, but I will try to sort...

Hi @bberak, Yes, I was thinking about that, have to make sure that I will be able to do animations with that approach in the future, but I plan to...

Hello @bberak, Did you have any luck with your testing on a real Android device? I also keep getting some hanging performance issues when running my application on Android and...

@bberak Looks like I am also facing similar issue. Created a new issue for that with code samples, but I think it can be the same. Please let me know...

Hi @bberak @AlekseyKutsko I made it work by using `Animated.Value` and `Animated.View`. ``` const Item = props => { const width = props.size[0]; const height = props.size[1]; const x =...