I have MyComponent.tsx that uses constants.ts module in order to do something based on the IS_IOS constant:
MyComponent.tsx
constants.ts
IS_IOS
import React fr