In React Native I have a component like this,
<View nativeID="myView" />
https://reactnative.dev/docs/view#nativeid
Now, how can I call/select this View with myView id?
I've checked this: How can i identify a view in objective c with given nativeID(given in react-native)
But unfortunately this isn't work for me.
Please help! Thanks in advance.