react-native-network-proxy
react-native-network-proxy copied to clipboard
Unexcpected token o in JSON at position 1
react-native-cli: 2.0.1 react-native: 0.55.4 "react-native-network-proxy": "^1.0.1",
Proxy is running in the shell

import { AppRegistry } from 'react-native';
import App from './src/App';
import { start as startNetworkDebugging } from 'react-native-network-proxy';
startNetworkDebugging();
AppRegistry.registerComponent('EmployeesParkApp', () => App);
same issues