Skip to content

Commit 0646e4e

Browse files
bartlomiejbloniarzkasperski95
authored andcommitted
Update shouldWork
1 parent 0174e8e commit 0646e4e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • apps/common-app/src/apps/reanimated/examples

apps/common-app/src/apps/reanimated/examples/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,9 +1334,8 @@ export const EXAMPLES: Record<string, Example> = {
13341334
title: '[SET] Tab Navigator',
13351335
screen: TabNavigatorExample,
13361336
shouldWork: {
1337-
// not implemented
1338-
ios: false,
1339-
android: false,
1337+
ios: true,
1338+
android: true,
13401339
},
13411340
},
13421341
ScreenlessBasic: {

0 commit comments

Comments
 (0)