UNPKG

react-native-url-polyfill

Version:

A lightweight and trustworthy URL polyfill for React Native

8 lines (5 loc) 136 B
import {Platform} from 'react-native'; import {setupURLPolyfill} from './index'; if (Platform.OS !== 'web') { setupURLPolyfill(); }