Is it possible to get the "coordinates" of a bottom tab? We're building a guide that should point at a specific bottom tab (a bit like the gif below).
I have tried to build it by computing the x, y coordinated based on Navigation.constants() and Dimensions. But have realised that there is too much difference between platforms and devices. There seems to be some positioning logic going on in either RNN or AHBottomNavigation that I can't find.

Is it possible to get the "coordinates" of a bottom tab? We're building a guide that should point at a specific bottom tab (a bit like the gif below).
I have tried to build it by computing the x, y coordinated based on
Navigation.constants()and Dimensions. But have realised that there is too much difference between platforms and devices. There seems to be some positioning logic going on in either RNN or AHBottomNavigation that I can't find.