The react itself doesn't do event delegation
In the case of web, event delegation is done by react-dom not by react itself,
In the case of react-native, react-native doesn't do any kind of event delegation like react-dom
the Devs have to implement delegation on thier own