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