react-native-network-proxy icon indicating copy to clipboard operation
react-native-network-proxy copied to clipboard

Unexcpected token o in JSON at position 1

Open claudioviola opened this issue 7 years ago • 1 comments

react-native-cli: 2.0.1 react-native: 0.55.4 "react-native-network-proxy": "^1.0.1",

Proxy is running in the shell

schermata 2018-09-21 alle 15 07 19

import { AppRegistry } from 'react-native';

import App from './src/App';


import { start as startNetworkDebugging } from 'react-native-network-proxy';
startNetworkDebugging();

AppRegistry.registerComponent('EmployeesParkApp', () => App);

claudioviola avatar Sep 21 '18 13:09 claudioviola

same issues

youngjuning avatar Feb 13 '21 03:02 youngjuning