Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinis authored Oct 25, 2024
1 parent 6c92221 commit 835590c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2024-03-25-introducing-static-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ One of the nice things about the dynamic APIs is the declarative authentication
const RootStack = createNativeStackNavigator({
screens: {
Home: {
if: useIsSignedIn,
if: userIsSignedIn,
screen: HomeScreen,
},
SignIn: {
if: useIsSignedOut,
if: userIsSignedOut,
screen: SignInScreen,
},
},
Expand Down

0 comments on commit 835590c

Please sign in to comment.