File tree Expand file tree Collapse file tree
src/plugin/__tests__/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,9 +356,6 @@ exports[`addAuth0AppDelegateCode modifies Swift AppDelegate to add linking 1`] =
356356import UIKit
357357import React
358358import React_RCTAppDelegate
359- // @generated begin react-native-auth0-import-swift - expo prebuild (DO NOT MODIFY) sync-8f8140f6ace974b4bb8a60975d49acbdd6303038
360- import React_RCTLinking
361- // @generated end react-native-auth0-import-swift
362359import ReactAppDependencyProvider
363360
364361@main
@@ -373,12 +370,6 @@ class AppDelegate: RCTAppDelegate {
373370
374371 return super.application(application , didFinishLaunchingWithOptions : launchOptions )
375372 }
376- // @generated begin react-native-auth0-linking-swift - expo prebuild (DO NOT MODIFY) sync-ba380858111cdf18a4962daf3f391b02f6c9b25a
377- // Handle URL schemes for Auth0 authentication
378- override func application (_ app : UIApplication , open url : URL , options : [UIApplication .OpenURLOptionsKey : Any ] = [:]) - > Bool {
379- return RCTLinkingManager.application(app , open : url , options : options )
380- }
381- // @generated end react-native-auth0-linking-swift
382373
383374 override func sourceURL (for bridge : RCTBridge ) - > URL ? {
384375 self.bundleURL()
You can’t perform that action at this time.
0 commit comments