import { setupURLPolyfill } from 'react-native-url-polyfill';

export default () => {
  setupURLPolyfill();
};
