In Facebook's React Native's Geolocation documentation I see this line of code:
watchID: ?number = null;
I am clueless about it's nature. Is this even javascript?
This is Flow typing meaning that variable watchID can be number or null.
watchID