Skip to content

waahai/react-native-android-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

react-native-android-tips

Sock Proxy

For Linux/Mac

export _JAVA_OPTIONS="-DsocksProxyHost=<YourProxyHost> -DsocksProxyPort=<YourProxyPort>"

For Windows

set _JAVA_OPTIONS="-DsocksProxyHost=<YourProxyHost> -DsocksProxyPort=<YourProxyPort>"

Default Sock port is 1080

You will see something like this at the start:

Picked up _JAVA_OPTIONS: -DsocksProxyHost=127.0.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published