Skip to content

Commit 53b8cd4

Browse files
committed
Restore commented out TestBottomTabs
1 parent 2c311a6 commit 53b8cd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import React from 'react';
22
import { enableFreeze } from 'react-native-screens';
33
import Example from './Example';
4+
// import * as Test from './src/tests';
45

56
enableFreeze(true);
67

78
export default function App() {
89
return <Example />;
10+
// return <Test.TestBottomTabs />;
911
}

0 commit comments

Comments
 (0)