How to get elements by tag name of DOM child in React Native?
I want to get all element with tag ‘path’ of imported svg to handle animation for it. What is the best way to do this? Thanks!
I want to get all element with tag ‘path’ of imported svg to handle animation for it. What is the best way to do this? Thanks!