Skip to content

Commit

Permalink
feat: removed unwanted methods
Browse files Browse the repository at this point in the history
  • Loading branch information
SolankiYogesh committed Jan 17, 2025
1 parent 2fccacb commit 412d9db
Show file tree
Hide file tree
Showing 10 changed files with 14,972 additions and 31 deletions.
9 changes: 1 addition & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
nodeLinker: node-modules
nmHoistingLimits: workspaces

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
nodeLinker: node-modules
6 changes: 0 additions & 6 deletions android/src/main/java/com/videocache/VideoCacheModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ class VideoCacheModule(reactContext: ReactApplicationContext) :
return NAME
}

// Example method
// See https://reactnative.dev/docs/native-modules-android
override fun multiply(a: Double, b: Double): Double {
return a * b
}

override fun convert(url: String?): String {
if (this.proxy == null) {
this.proxy = HttpProxyCacheServer(this.context);
Expand Down
Loading

0 comments on commit 412d9db

Please sign in to comment.