Kureev / Kureev/react-native-network-proxy

Unexcpected token o in JSON at position 1

Open
#5 1 comment 3 reactions 0 assignees View on GitHub
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

![schermata 2018-09-21 alle 15 07 19](https://user-images.githubusercontent.com/6689594/45883011-2c4df380-bdb0-11e8-94c9-a398032f56ce.png)

```
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.