Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Promotions
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
import buffer from 'buffer';
import UserAgent from 'react-native-user-agent';
if (!global.Buffer) {
global.Buffer = buffer.Buffer;
}
if (!process.version) {
process.version = '';
}
global.navigator.userAgent = navigator.userAgent || UserAgent.getUserAgent();