@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.
- package/ios/SpotifyAuthModule.swift +0 -12
- package/package.json +1 -1
|
@@ -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
|
|