global.android is defined when the app is running on a Android. However global.ios is never defined. Either add global.ios or remove global.android to keep platform consistancy as when anyone sees a global.android they will assume the other global.PLATFORMS exists also.
Reactions are currently unavailable
global.android is defined when the app is running on a Android. However global.ios is never defined. Either add global.ios or remove global.android to keep platform consistancy as when anyone sees a global.android they will assume the other global.PLATFORMS exists also.