Skip to content

Commit

Permalink
Merge branch 'feat/google-sign-in-logic' into feat/facebook-sign-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Baumruck committed Apr 12, 2024
1 parent 09247aa commit dba739c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { isExpoGo, isWeb } from '@baca/constants'
import { NativeFacebookButton } from './NativeFacebookButton'

export const FacebookButton = () => {
if (isExpoGo || isWeb) return undefined //TODO: Add facebook button for web
//TODO: Add facebook button for web
if (isExpoGo || isWeb) return null

return <NativeFacebookButton />
}

0 comments on commit dba739c

Please # to comment.