diff --git a/src/screens/Login/hooks/useLogin.ts b/src/screens/Login/hooks/useLogin.ts index 89cc9528f8..1aa01b040d 100644 --- a/src/screens/Login/hooks/useLogin.ts +++ b/src/screens/Login/hooks/useLogin.ts @@ -10,7 +10,7 @@ import { OAUTH_RESPONSE_TYPES, OAUTH_SCOPE, } from 'lib/oauth' -import {RNOAuthClientFactory} from '../../../../modules/expo-bluesky-oauth-client' +import {RNOAuthClientFactory} from '../../../../modules/expo-bluesky-oauth-client/src/react-native-oauth-client-factory.native' // Service URL here is just a placeholder, this isn't how it will actually work export function useLogin() {