Skip to content

Commit

Permalink
re-enable TV platform check
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhaevre committed Jul 25, 2024
1 parent b5c2d7a commit fa7275b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SampleExtendedScreen } from './screens';
import { linking, navTheme } from './navigators/NavigationConfig';

export default function App() {
const singleScreen = false || Platform.isTV;
const singleScreen = Platform.isTV;

return (
<NavigationContainer linking={linking} theme={navTheme}>
Expand Down

0 comments on commit fa7275b

Please sign in to comment.