In React-Native i have a component like this
<View nativeID={'id1'}>
...other chicle components
</View>
In native how this nativeID will be used. In Objective C how can i check if certain UIVIew has given nativeID or not. I have access to RCTRootView, now how can i get a subview with given nativeID.