@superfan-app/spotify-auth 0.1.53 → 0.1.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,18 +83,6 @@ public class SpotifyAuthModule: Module {
83
83
  secureLog("View prop updated")
84
84
  }
85
85
  }
86
-
87
- OnViewDidMount { view in
88
- DispatchQueue.main.async {
89
- secureLog("OAuth view loaded")
90
- }
91
- }
92
-
93
- OnLayout { view in
94
- DispatchQueue.main.async {
95
- secureLog("OAuth view layout updated")
96
- }
97
- }
98
86
  }
99
87
  }
100
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfan-app/spotify-auth",
3
- "version": "0.1.53",
3
+ "version": "0.1.54",
4
4
  "description": "Spotify OAuth module for Expo",
5
5
  "main": "src/index.tsx",
6
6
  "types": "build/index.d.ts",