Skip to content

Commit

Permalink
add CR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Baumruck committed Apr 12, 2024
1 parent a9e7ddc commit a7c8885
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import { useTranslation } from 'react-i18next'

import { SocialButton } from '../SocialButton'

let NativeGoogleButton: FC = () => undefined
let NativeGoogleButton: FC = () => null

if (!isExpoGo && !isWeb) {
// Conditionally import makes it work with expo go
import('@react-native-google-signin/google-signin').then(({ GoogleSignin, statusCodes }) => {
Expand Down

0 comments on commit a7c8885

Please sign in to comment.