[BREAKGLASS] Tor Daemon and Socks5 client for React Native iOS and Android projects!
Go to file
2020-11-20 06:40:59 -05:00
.circleci chore: initial commit 2020-11-16 13:20:45 -05:00
android Added TOR AAR to android 2020-11-17 09:41:52 -05:00
example IOS works! 2020-11-20 06:40:59 -05:00
ios IOS works! 2020-11-20 06:40:59 -05:00
src IOS works! 2020-11-20 06:40:59 -05:00
.editorconfig chore: initial commit 2020-11-16 13:20:45 -05:00
.gitattributes chore: initial commit 2020-11-16 13:20:45 -05:00
.gitignore IOS works! 2020-11-20 06:40:59 -05:00
babel.config.js chore: initial commit 2020-11-16 13:20:45 -05:00
CONTRIBUTING.md chore: initial commit 2020-11-16 13:20:45 -05:00
LICENSE chore: initial commit 2020-11-16 13:20:45 -05:00
package.json IOS works! 2020-11-20 06:40:59 -05:00
react-native-tor.podspec IOS works! 2020-11-20 06:40:59 -05:00
README.md chore: initial commit 2020-11-16 13:20:45 -05:00
tsconfig.json chore: initial commit 2020-11-16 13:20:45 -05:00
yarn.lock Added TOR AAR to android 2020-11-17 09:41:52 -05:00

react-native-tor

Tor for React Native

Installation

npm install react-native-tor

Usage

import Tor from "react-native-tor";

// ...

const result = await Tor.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT