Skip to content

Commit c0fe810

Browse files
committed
[test] Rename tests for v4
1 parent a4389c0 commit c0fe810

16 files changed

+50
-157
lines changed

example/src/App.tsx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@ import * as React from "react";
22
import { enableScreens } from "react-native-screens";
33

44
import { Tests, Test } from "./components";
5-
import BackOnly from "./tests/BackOnly";
6-
import BottomTabs from "./tests/BottomTabs";
7-
import BottomTabs2 from "./tests/BottomTabs2";
8-
import ForwardOnly from "./tests/ForwardOnly";
9-
import ListViewStack from "./tests/ListViewStack";
10-
import MaterialTopTabs from "./tests/MaterialTopTabs";
11-
import ModalIOS13PageSheet from "./tests/ModalIOS13PageSheet";
12-
import ModalStack from "./tests/ModalStack";
13-
import NestedStack from "./tests/NestedStack";
14-
import NestedStack2 from "./tests/NestedStack2";
5+
import BackOnly from "./tests/BackOnly.v4";
6+
import BottomTabs from "./tests/BottomTabs.v4";
7+
import BottomTabs2 from "./tests/BottomTabs2.v4";
8+
import ForwardOnly from "./tests/ForwardOnly.v4";
9+
import ListViewStack from "./tests/ListViewStack.v4";
10+
import MaterialTopTabs from "./tests/MaterialTopTabs.v4";
11+
import ModalIOS13PageSheet from "./tests/ModalIOS13PageSheet.v4";
12+
import ModalStack from "./tests/ModalStack.v4";
13+
import NestedStack from "./tests/NestedStack.v4";
14+
import NestedStack2 from "./tests/NestedStack2.v4";
1515
import SimpleStack from "./tests/SimpleStack";
16-
import TextInputStack from "./tests/TextInputStack";
17-
import ViewPager from "./tests/ViewPager";
16+
import SimpleStackV4 from "./tests/SimpleStack.v4";
17+
import TextInputStack from "./tests/TextInputStack.v4";
18+
import ViewPager from "./tests/ViewPager.v4";
1819

1920
enableScreens();
2021

2122
export default () => (
2223
<Tests>
23-
<Test title="SimpleStack" Component={SimpleStack} />
24+
<Test title="SimpleStack" Component={SimpleStackV4} />
2425
<Test title="ForwardOnly" Component={ForwardOnly} />
2526
<Test title="BackOnly" Component={BackOnly} />
2627
<Test title="NestedStack" Component={NestedStack} />
File renamed without changes.

example/src/tests/LegacyTest.tsx

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)