Remove react-native-tor

This commit is contained in:
KoalaSat 2024-03-28 23:38:40 +01:00 committed by Reckless_Satoshi
parent 383112dc90
commit 253f3bf6c0
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
3 changed files with 2 additions and 19 deletions

View File

@ -10,8 +10,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:extractNativeLibs="true"
>
<activity
android:name=".MainActivity"
android:label="@string/app_name"

View File

@ -4329,10 +4329,6 @@
"@sinonjs/commons": "^3.0.0"
}
},
"node_modules/@types/async": {
"version": "3.2.20",
"license": "MIT"
},
"node_modules/@types/babel__core": {
"version": "7.20.2",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.2.tgz",
@ -12971,18 +12967,6 @@
"version": "0.71.18",
"license": "MIT"
},
"node_modules/react-native-tor": {
"version": "0.1.8",
"license": "MIT",
"dependencies": {
"@types/async": "^3.2.6",
"async": "^3.2.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
},
"node_modules/react-native-webview": {
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.3.0.tgz",

View File

@ -1,5 +1,3 @@
// import Tor from 'react-native-tor';
import TorModule from '../../lib/native/TorModule';
class TorClient {