Kureev / Kureev/react-native-network-proxy
Unexcpected token o in JSON at position 1
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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);
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the error with react-native-cli 2.0.1, react-native 0.55.4, and react-native-network-proxy 1.0.1 while the proxy is running. Start from the startNetworkDebugging() entry point shown in the issue, inspect the JSON parsing failure, and confirm that network debugging starts without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- devtools, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100