Skip to content

Commit 835590c

Browse files
authored
typo
1 parent 6c92221 commit 835590c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2024-03-25-introducing-static-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ One of the nice things about the dynamic APIs is the declarative authentication
162162
const RootStack = createNativeStackNavigator({
163163
screens: {
164164
Home: {
165-
if: useIsSignedIn,
165+
if: userIsSignedIn,
166166
screen: HomeScreen,
167167
},
168168
SignIn: {
169-
if: useIsSignedOut,
169+
if: userIsSignedOut,
170170
screen: SignInScreen,
171171
},
172172
},

0 commit comments

Comments
 (0)