@applicaster/zapp-react-native-ui-components 13.0.0-alpha.6525006318 → 13.0.0-alpha.6944415045

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/Components/AppContainer/__tests__/__snapshots__/AppContainer.test.js.snap +1 -1
  2. package/Components/AudioPlayer/__tests__/__snapshots__/Runtime.test.js.snap +4 -4
  3. package/Components/AudioPlayer/__tests__/__snapshots__/artWork.test.js.snap +3 -3
  4. package/Components/AudioPlayer/__tests__/__snapshots__/audioPlayer.test.js.snap +6 -6
  5. package/Components/AudioPlayer/__tests__/__snapshots__/audioPlayerLayout.test.js.snap +7 -7
  6. package/Components/AudioPlayer/__tests__/__snapshots__/channel.test.js.snap +3 -3
  7. package/Components/AudioPlayer/__tests__/__snapshots__/summary.test.js.snap +2 -2
  8. package/Components/AudioPlayer/__tests__/__snapshots__/title.test.js.snap +2 -2
  9. package/Components/BaseFocusable/index.tsx +65 -28
  10. package/Components/Cell/Cell.tsx +11 -9
  11. package/Components/Cell/CellWithFocusable.tsx +1 -1
  12. package/Components/Cell/TvOSCellComponent.tsx +23 -30
  13. package/Components/Cell/index.js +3 -1
  14. package/Components/CellRendererResolver/__tests__/__snapshots__/cellRendererResolver.test.js.snap +20 -20
  15. package/Components/CellRendererResolver/__tests__/cellRendererResolver.test.js +5 -3
  16. package/Components/ComponentResolver/__tests__/__snapshots__/componentResolver.test.js.snap +5 -5
  17. package/Components/ComponentResolver/__tests__/componentResolver.test.js +11 -9
  18. package/Components/DisplayState/__tests__/__snapshots__/displayState.test.js.snap +2 -2
  19. package/Components/Focusable/Focusable.tsx +0 -54
  20. package/Components/Focusable/FocusableTvOS.tsx +6 -2
  21. package/Components/FocusableList/index.tsx +25 -10
  22. package/Components/FocusableScrollView/index.tsx +39 -12
  23. package/Components/GeneralContentScreen/utils/__tests__/useCurationAPI.test.js +76 -7
  24. package/Components/GeneralContentScreen/utils/useCurationAPI.ts +53 -9
  25. package/Components/Layout/TV/NavBarContainer.tsx +8 -7
  26. package/Components/Layout/TV/__tests__/ScreenContainer.test.tsx +1 -0
  27. package/Components/Layout/TV/__tests__/__snapshots__/LayoutContainer.test.tsx.snap +1 -1
  28. package/Components/Layout/TV/__tests__/__snapshots__/NavBarContainer.test.tsx.snap +3 -3
  29. package/Components/Layout/TV/__tests__/__snapshots__/ScreenContainer.test.tsx.snap +9 -9
  30. package/Components/Layout/TV/__tests__/__snapshots__/index.test.tsx.snap +1 -1
  31. package/Components/Layout/TV/__tests__/index.test.tsx +7 -3
  32. package/Components/MasterCell/DefaultComponents/Image/Image.ios.tsx +1 -1
  33. package/Components/MasterCell/DefaultComponents/SecondaryImage/__tests__/__snapshots__/Image.test.tsx.snap +3 -3
  34. package/Components/MasterCell/SharedUI/CollapsibleTextContainer/__tests__/__snapshots__/index.test.tsx.snap +1 -1
  35. package/Components/MasterCell/__tests__/__snapshots__/dataAdapter.test.js.snap +180 -180
  36. package/Components/MasterCell/__tests__/__snapshots__/elementMapper.test.js.snap +7 -7
  37. package/Components/MasterCell/__tests__/__snapshots__/masterCell.test.js.snap +34 -34
  38. package/Components/MasterCell/hooks/useAsyncRendering/index.ts +2 -2
  39. package/Components/NativeFocusables/{index.js → index.ts} +4 -2
  40. package/Components/OfflineHandler/__tests__/__snapshots__/index.test.tsx.snap +7 -7
  41. package/Components/OfflineHandler/__tests__/index.test.tsx +28 -25
  42. package/Components/PlayerContainer/PlayerContainer.tsx +5 -11
  43. package/Components/PlayerContainer/PlayerContainerContext.tsx +9 -0
  44. package/Components/River/RefreshControl.tsx +1 -1
  45. package/Components/River/TV/index.tsx +6 -1
  46. package/Components/River/__tests__/__snapshots__/componentsMap.test.js.snap +17 -17
  47. package/Components/River/__tests__/__snapshots__/river.test.js.snap +12 -12
  48. package/Components/River/__tests__/componentsMap.test.js +47 -12
  49. package/Components/RouteManager/__tests__/__snapshots__/routeManager.test.js.snap +1 -1
  50. package/Components/RouteManager/__tests__/__snapshots__/testId.test.js.snap +1 -1
  51. package/Components/Screen/__tests__/Screen.test.tsx +41 -27
  52. package/Components/Screen/__tests__/__snapshots__/Screen.test.tsx.snap +4 -4
  53. package/Components/ScreenResolver/__tests__/__snapshots__/screenResolver.test.js.snap +2 -2
  54. package/Components/ScreenResolver/__tests__/screenResolver.test.js +31 -27
  55. package/Components/Tabs/Tab.tsx +1 -0
  56. package/Components/TextInputTv/__tests__/TextInputTv.test.js +42 -42
  57. package/Components/TextInputTv/__tests__/__snapshots__/TextInputTv.test.js.snap +7 -0
  58. package/Components/TextInputTv/index.tsx +2 -2
  59. package/Components/Touchable/__tests__/__snapshots__/touchable.test.tsx.snap +2 -2
  60. package/Components/Transitioner/__tests__/__snapshots__/AnimationManager.test.js.snap +26 -26
  61. package/Components/Transitioner/__tests__/__snapshots__/Scene.test.js.snap +9 -9
  62. package/Components/Transitioner/__tests__/__snapshots__/config.test.js.snap +20 -20
  63. package/Components/Transitioner/__tests__/__snapshots__/transitioner.test.js.snap +2 -2
  64. package/Components/VideoLive/__tests__/PlayerLiveImageComponent.test.tsx +12 -7
  65. package/Components/VideoLive/__tests__/__snapshots__/PlayerLiveImageComponent.test.tsx.snap +6 -6
  66. package/Components/VideoModal/ModalAnimation/AnimatedScrollModal.tsx +5 -1
  67. package/Components/VideoModal/ModalAnimation/AnimatedVideoPlayerComponent.tsx +5 -1
  68. package/Components/VideoModal/ModalAnimation/AnimationComponent.tsx +1 -1
  69. package/Components/VideoModal/ModalAnimation/ModalAnimationContext.tsx +4 -10
  70. package/Components/VideoModal/ModalAnimation/index.ts +2 -1
  71. package/Components/VideoModal/ModalAnimation/useModalAnimationContext.ts +6 -0
  72. package/Components/VideoModal/__tests__/PlayerDetails.test.tsx +5 -2
  73. package/Components/VideoModal/__tests__/PlayerWrapper.test.tsx +12 -9
  74. package/Components/VideoModal/__tests__/__snapshots__/PlayerDetails.test.tsx.snap +4 -4
  75. package/Components/VideoModal/__tests__/__snapshots__/PlayerWrapper.test.tsx.snap +78 -78
  76. package/Components/VideoModal/utils.ts +2 -4
  77. package/Components/Viewport/ViewportAware/__tests__/__snapshots__/viewportAware.test.js.snap +2 -2
  78. package/Components/Viewport/ViewportTracker/__tests__/__snapshots__/viewportTracker.test.js.snap +1 -1
  79. package/Components/ZappFrameworkComponents/BarView/BarView.tsx +1 -0
  80. package/Components/ZappUIComponent/__tests__/__snapshots__/ZappUIComponent.test.js.snap +11 -11
  81. package/Components/default-cell-renderer/__tests__/__snapshots__/defaultCellRenderer.test.tsx.snap +30 -30
  82. package/Contexts/ComponentsMapOffsetContext/index.tsx +46 -0
  83. package/Contexts/ConfigutaionContext/__tests__/__snapshots__/ConfigurationProvider.test.tsx.snap +1 -1
  84. package/Contexts/FocusableGroupContext/withFocusableContext.tsx +18 -11
  85. package/Decorators/Analytics/{index.js → index.tsx} +11 -11
  86. package/Decorators/Navigator/__tests__/__snapshots__/navigator.test.js.snap +2 -2
  87. package/Decorators/RiverFeedLoader/__tests__/__snapshots__/riverFeedLoader.test.tsx.snap +77 -77
  88. package/Decorators/RiverFeedLoader/__tests__/riverFeedLoader.test.tsx +34 -39
  89. package/Decorators/RiverFeedLoader/__tests__/utils.test.ts +0 -9
  90. package/Decorators/RiverFeedLoader/index.tsx +1 -1
  91. package/Decorators/RiverFeedLoader/utils/getDatasourceUrl.ts +39 -0
  92. package/Decorators/RiverFeedLoader/utils/index.ts +29 -0
  93. package/Decorators/RiverFeedLoader/utils/usePipesContexts.ts +40 -0
  94. package/Decorators/RiverResolver/__tests__/__snapshots__/riverResolver.test.tsx.snap +5 -5
  95. package/Decorators/RiverResolver/__tests__/riverResolver.test.tsx +16 -10
  96. package/Decorators/ZappPipesDataConnector/index.tsx +1 -1
  97. package/package.json +12 -6
  98. package/Decorators/RiverFeedLoader/utils.ts +0 -100
@@ -6,42 +6,42 @@ exports[`When River has a general_content type <River /> renders correctly 1`] =
6
6
  >
7
7
  <RiverWithData
8
8
  appData={
9
- Object {
9
+ {
10
10
  "layoutVersion": "v1",
11
11
  }
12
12
  }
13
13
  dispatch={[Function]}
14
14
  rivers={
15
- Object {
16
- "A1234": Object {
15
+ {
16
+ "A1234": {
17
17
  "home": true,
18
18
  "id": "A1234",
19
19
  "name": "foo",
20
20
  "type": "general_content",
21
- "ui_components": Array [
22
- Object {
21
+ "ui_components": [
22
+ {
23
23
  "component_type": "hero",
24
24
  },
25
- Object {
25
+ {
26
26
  "component_type": "grid",
27
27
  },
28
28
  ],
29
29
  },
30
- "B4567": Object {
30
+ "B4567": {
31
31
  "id": "B4567",
32
32
  },
33
- "C0987": Object {
33
+ "C0987": {
34
34
  "home": false,
35
35
  "id": "C0987",
36
36
  "name": "Some-Screen-Plugin",
37
37
  "type": "some-screen-plugin",
38
- "ui_components": Array [],
38
+ "ui_components": [],
39
39
  },
40
40
  }
41
41
  }
42
42
  screenId="A1234"
43
43
  store={
44
- Object {
44
+ {
45
45
  "clearActions": [Function],
46
46
  "dispatch": [Function],
47
47
  "getActions": [Function],
@@ -64,13 +64,13 @@ exports[`When River has a general_content type <RiverComponent /> renders correc
64
64
  exports[`When River has any other type other than general_content <RiverComponent /> renders correctly 1`] = `
65
65
  <WithProvider
66
66
  screenData={
67
- Object {
67
+ {
68
68
  "groupId": undefined,
69
69
  "home": false,
70
70
  "id": "C0987",
71
71
  "name": "Some-Screen-Plugin",
72
72
  "type": "some-screen-plugin",
73
- "ui_components": Array [],
73
+ "ui_components": [],
74
74
  }
75
75
  }
76
76
  screenId="C0987"
@@ -75,7 +75,7 @@ const riverComponents = [
75
75
  },
76
76
  ];
77
77
 
78
- const screenData = {
78
+ const mockScreenData = {
79
79
  ui_components: riverComponents,
80
80
  rules: { pull_to_refresh_enabled: false },
81
81
  id: "A1234",
@@ -85,18 +85,53 @@ jest.mock("@applicaster/zapp-react-native-utils/localizationUtils", () => ({
85
85
  useIsRTL: jest.fn(() => mock_rtl_flag),
86
86
  }));
87
87
 
88
- jest.mock("@applicaster/zapp-react-native-utils/reactHooks/navigation", () => ({
89
- useNavigation: jest.fn(() => ({ currentRoute: "/river/A1234" })),
90
- useRoute: jest.fn(() => ({ pathname: "/river/A1234", screenData })),
91
- useProfilerLogging: jest.fn(),
92
- useIsScreenActive: jest.fn().mockReturnValue(true),
93
- }));
88
+ jest.mock(
89
+ "@applicaster/zapp-react-native-utils/reactHooks/navigation/useNavigation",
90
+ () => ({
91
+ useNavigation: jest.fn(() => ({ currentRoute: "/river/A1234" })),
92
+ })
93
+ );
94
94
 
95
- jest.mock("@applicaster/zapp-react-native-utils/reactHooks/screen", () => ({
96
- useCurrentScreenData: jest.fn(() => screenData),
97
- useScreenData: jest.fn(() => screenData),
98
- useScreenContext: jest.fn(() => screenData),
99
- }));
95
+ jest.mock(
96
+ "@applicaster/zapp-react-native-utils/reactHooks/navigation/useRoute",
97
+ () => ({
98
+ useRoute: jest.fn(() => ({
99
+ pathname: "/river/A1234",
100
+ screenData: mockScreenData,
101
+ })),
102
+ })
103
+ );
104
+
105
+ jest.mock(
106
+ "@applicaster/zapp-react-native-utils/reactHooks/navigation/useIsScreenActive",
107
+ () => ({
108
+ useIsScreenActive: jest.fn().mockReturnValue(true),
109
+ })
110
+ );
111
+
112
+ jest.mock(
113
+ "@applicaster/zapp-react-native-utils/reactHooks/screen/useCurrentScreenData",
114
+ () => ({
115
+ useCurrentScreenData: jest.fn(() => mockScreenData),
116
+ })
117
+ );
118
+
119
+ jest.mock(
120
+ "@applicaster/zapp-react-native-utils/reactHooks/screen/useScreenData",
121
+ () => ({
122
+ useScreenData: jest.fn(() => mockScreenData),
123
+ })
124
+ );
125
+
126
+ jest.mock(
127
+ "@applicaster/zapp-react-native-utils/reactHooks/screen/useScreenContext",
128
+ () => ({
129
+ ...jest.requireActual(
130
+ "@applicaster/zapp-react-native-utils/reactHooks/screen/useScreenContext"
131
+ ),
132
+ useScreenContext: jest.fn(() => mockScreenData),
133
+ })
134
+ );
100
135
 
101
136
  const { View } = require("react-native");
102
137
  const { ComponentsMap } = require("../ComponentsMap/ComponentsMap");
@@ -7,7 +7,7 @@ exports[`<RouteManager /> renders correctly 1`] = `
7
7
  <WithProvider
8
8
  pathname="/river/A1234"
9
9
  screenData={
10
- Object {
10
+ {
11
11
  "id": "A1234",
12
12
  }
13
13
  }
@@ -4,7 +4,7 @@ exports[`TestId renders correctly and assigns the testID to a wrapping view 1`]
4
4
  <View
5
5
  accessibilityLabel="A1234"
6
6
  style={
7
- Object {
7
+ {
8
8
  "flex": 1,
9
9
  }
10
10
  }
@@ -46,27 +46,37 @@ jest.mock("@applicaster/zapp-react-native-utils/theme", () => ({
46
46
  })),
47
47
  }));
48
48
 
49
- const NavBar = jest.fn((props) => <View testID="navBar" {...props} />);
49
+ const mockNavBar = jest.fn((props) => {
50
+ const View = jest.requireActual("react-native").View;
51
+
52
+ return <View testID="navBar" {...props} />;
53
+ });
50
54
 
51
55
  jest.mock(
52
56
  "@applicaster/zapp-react-native-app/App/Layout/layoutHelpers",
53
57
  () => ({
54
- getNavigationPluginModule: () => NavBar,
58
+ getNavigationPluginModule: () => mockNavBar,
55
59
  })
56
60
  );
57
61
 
58
- jest.mock("@applicaster/zapp-react-native-utils/reactHooks/screen", () => ({
59
- ...(jest.requireActual(
60
- "@applicaster/zapp-react-native-utils/reactHooks/screen"
61
- ) as any),
62
- useScreenData: jest.fn(() => ({
63
- id: "testId",
64
- navigations: [{ id: "testId", category: "nav_bar" }],
65
- })),
66
- useCurrentScreenData: jest.fn(() => ({
67
- id: "testId",
68
- })),
69
- }));
62
+ jest.mock(
63
+ "@applicaster/zapp-react-native-utils/reactHooks/screen/useCurrentScreenData",
64
+ () => ({
65
+ useCurrentScreenData: jest.fn(() => ({
66
+ id: "testId",
67
+ })),
68
+ })
69
+ );
70
+
71
+ jest.mock(
72
+ "@applicaster/zapp-react-native-utils/reactHooks/screen/useScreenData",
73
+ () => ({
74
+ useScreenData: jest.fn(() => ({
75
+ id: "testId",
76
+ navigations: [{ id: "testId", category: "nav_bar" }],
77
+ })),
78
+ })
79
+ );
70
80
 
71
81
  jest.mock("@applicaster/zapp-react-native-utils/reactHooks/navigation", () => ({
72
82
  isNavBarVisible: mockIsNavBarVisible,
@@ -84,20 +94,24 @@ jest.mock("@applicaster/zapp-react-native-utils/reactHooks/navigation", () => ({
84
94
  useIsScreenActive: jest.fn().mockReturnValue(true),
85
95
  }));
86
96
 
87
- jest.mock("@applicaster/zapp-react-native-redux/hooks", () => ({
88
- usePickFromState: () => ({
89
- plugins: [
90
- {
91
- name: "Offline Plugin",
92
- identifier: "offline-experience",
93
- type: "general",
94
- module: {
95
- OfflineFallbackScreen: ({ children }) => <View>{children}</View>, // eslint-disable-line
97
+ jest.mock("@applicaster/zapp-react-native-redux/hooks/usePickFromState", () => {
98
+ const View = jest.requireActual("react-native").View;
99
+
100
+ return {
101
+ usePickFromState: () => ({
102
+ plugins: [
103
+ {
104
+ name: "Offline Plugin",
105
+ identifier: "offline-experience",
106
+ type: "general",
107
+ module: {
108
+ OfflineFallbackScreen: ({ children }) => <View>{children}</View>, // eslint-disable-line
109
+ },
96
110
  },
97
- },
98
- ],
99
- }),
100
- }));
111
+ ],
112
+ }),
113
+ };
114
+ });
101
115
 
102
116
  const {
103
117
  allowedOrientationsForScreen,
@@ -3,7 +3,7 @@
3
3
  exports[`<Screen Component /> when the navbar should be hidden renders correctly 1`] = `
4
4
  <View
5
5
  style={
6
- Object {
6
+ {
7
7
  "backgroundColor": "blue",
8
8
  "flex": 1,
9
9
  "paddingTop": 0,
@@ -22,7 +22,7 @@ exports[`<Screen Component /> when the navbar should be hidden renders correctly
22
22
  <View
23
23
  pathname="/river/testId"
24
24
  screenData={
25
- Object {
25
+ {
26
26
  "id": "testId",
27
27
  }
28
28
  }
@@ -35,7 +35,7 @@ exports[`<Screen Component /> when the navbar should be hidden renders correctly
35
35
  exports[`<Screen Component /> when the navbar should show renders correctly 1`] = `
36
36
  <View
37
37
  style={
38
- Object {
38
+ {
39
39
  "backgroundColor": "blue",
40
40
  "flex": 1,
41
41
  "paddingTop": 0,
@@ -54,7 +54,7 @@ exports[`<Screen Component /> when the navbar should show renders correctly 1`]
54
54
  <View
55
55
  pathname="/river/testId"
56
56
  screenData={
57
- Object {
57
+ {
58
58
  "id": "testId",
59
59
  }
60
60
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports[`<ScreenResolver /> renders correctly 1`] = `
4
4
  <mockConstructor
5
- screenData={Object {}}
5
+ screenData={{}}
6
6
  screenId="1234"
7
7
  screenType="screen_type_1"
8
8
  />
@@ -11,7 +11,7 @@ exports[`<ScreenResolver /> renders correctly 1`] = `
11
11
  exports[`<ScreenResolver /> wraps the player with the playerController component when the screenType is playable 1`] = `
12
12
  <HandlePlayable
13
13
  isModal={false}
14
- item={Object {}}
14
+ item={{}}
15
15
  mode="FULLSCREEN"
16
16
  />
17
17
  `;
@@ -2,42 +2,39 @@ import React from "react";
2
2
  import { View } from "react-native";
3
3
  import { shallow } from "enzyme";
4
4
  import { shallowToJson } from "enzyme-to-json";
5
- import { connect as realConnect } from "react-redux";
6
-
7
5
  const pluginConfiguration = { foo: "bar" };
8
6
 
9
7
  const ScreenType1 = jest.fn(() => <View />);
10
8
  const ScreenType2 = jest.fn(() => <View />);
9
+ const PlayerController = jest.fn(() => <View />);
11
10
 
12
- const ScreenType3 = {
11
+ const mockScreenType3 = {
13
12
  module: jest.fn(() => <View />),
14
13
  name: "ScreenType3",
15
14
  type: "screen_type_3",
16
15
  configuration: pluginConfiguration,
17
16
  };
18
17
 
19
- const ScreenType4 = {
18
+ const mockScreenType4 = {
20
19
  module: jest.fn(() => <View />),
21
20
  name: "ScreenType4",
22
21
  type: "screen_type_4",
23
22
  };
24
23
 
25
- const PlayerController = jest.fn(() => <View />);
26
-
27
- const playerPlugin = {
24
+ const mockPlayerPlugin = {
28
25
  module: jest.fn(() => <View />),
29
26
  name: "playerPlugin",
30
27
  type: "player",
31
28
  };
32
29
 
33
- const ScreenPlugin = {
30
+ const mockScreenPlugin = {
34
31
  module: jest.fn(() => <View />),
35
32
  type: "general",
36
33
  name: "Screen plugin",
37
34
  identifier: "screen-plugin",
38
35
  };
39
36
 
40
- const PluginWithConfig = {
37
+ const mockPluginWithConfig = {
41
38
  module: jest.fn(() => <View />),
42
39
  type: "general",
43
40
  name: "Plugin with config",
@@ -47,15 +44,7 @@ const PluginWithConfig = {
47
44
 
48
45
  const components = { ScreenType1, ScreenType2, PlayerController };
49
46
 
50
- const plugins = {
51
- ScreenType3,
52
- ScreenType4,
53
- playerPlugin,
54
- ScreenPlugin,
55
- PluginWithConfig,
56
- };
57
-
58
- const withAnalytics = {
47
+ const mockWithAnalytics = {
59
48
  sendOnClickEvent: jest.fn(),
60
49
  sendMenuClickEvent: jest.fn(),
61
50
  sendMenuToggleEvent: jest.fn(),
@@ -66,24 +55,39 @@ const withAnalytics = {
66
55
  sendScreenEvent: jest.fn(),
67
56
  };
68
57
 
58
+ const mockUsePickFromState = jest.fn(() => {
59
+ return {
60
+ components,
61
+ plugins: {
62
+ ScreenType3: mockScreenType3,
63
+ ScreenType4: mockScreenType4,
64
+ playerPlugin: mockPlayerPlugin,
65
+ ScreenPlugin: mockScreenPlugin,
66
+ PluginWithConfig: mockPluginWithConfig,
67
+ },
68
+ };
69
+ });
70
+
69
71
  jest.mock("@applicaster/zapp-react-native-utils/analyticsUtils", () => ({
70
- useAnalytics: jest.fn().mockReturnValue(withAnalytics),
72
+ useAnalytics: jest.fn().mockReturnValue(mockWithAnalytics),
71
73
  }));
72
74
 
73
75
  jest.mock("@applicaster/zapp-react-native-redux/hooks", () => ({
74
- usePickFromState: jest.fn(() => ({ components, plugins })),
76
+ usePickFromState: mockUsePickFromState,
75
77
  }));
76
78
 
79
+ const mockUseScreenAnalytics = jest.fn();
80
+
77
81
  jest.mock(
78
82
  "@applicaster/zapp-react-native-utils/analyticsUtils/helpers/hooks",
79
83
  () => ({
80
- useScreenAnalytics: jest.fn(() => {}),
84
+ useScreenAnalytics: mockUseScreenAnalytics,
81
85
  })
82
86
  );
83
87
 
84
88
  jest.mock("react-redux", () => ({
89
+ ...jest.requireActual("react-redux"),
85
90
  useDispatch: jest.fn(() => () => {}),
86
- connect: realConnect,
87
91
  }));
88
92
 
89
93
  jest.mock("@applicaster/zapp-react-native-utils/reactHooks", () => ({
@@ -118,13 +122,13 @@ describe("<ScreenResolver />", () => {
118
122
  it("picks screen from plugins if it exists", () => {
119
123
  const wrapper = getWrapper("A1234", "screen_type_3", {});
120
124
 
121
- expect(wrapper.find(ScreenType3.module)).toHaveProperty("length", 1);
125
+ expect(wrapper.find(mockScreenType3.module)).toHaveProperty("length", 1);
122
126
  });
123
127
 
124
128
  it("picks the screen from its identifier if it exists", () => {
125
129
  const wrapper = getWrapper("A1234", "screen-plugin", {});
126
130
 
127
- expect(wrapper.find(ScreenPlugin.module)).toHaveProperty("length", 1);
131
+ expect(wrapper.find(mockScreenPlugin.module)).toHaveProperty("length", 1);
128
132
  });
129
133
 
130
134
  it("picks screen from components if it doesn't exist in plugins", () => {
@@ -136,7 +140,7 @@ describe("<ScreenResolver />", () => {
136
140
  it("renders the screen and passes screenId & locationState as props", () => {
137
141
  const wrapper = getWrapper("A1234", "screen_type_3", "foo");
138
142
 
139
- const screenWrapper = wrapper.find(ScreenType3.module);
143
+ const screenWrapper = wrapper.find(mockScreenType3.module);
140
144
 
141
145
  expect(screenWrapper.prop("screenId")).toEqual("A1234");
142
146
  expect(screenWrapper.prop("screenData")).toEqual("foo");
@@ -151,7 +155,7 @@ describe("<ScreenResolver />", () => {
151
155
  it("injects the plugin configuration if it exists", () => {
152
156
  const wrapper = getWrapper("A1234", "plugin-with-config", {});
153
157
 
154
- expect(wrapper.find(PluginWithConfig.module).props()).toHaveProperty(
158
+ expect(wrapper.find(mockPluginWithConfig.module).props()).toHaveProperty(
155
159
  "configuration",
156
160
  expect.objectContaining(pluginConfiguration)
157
161
  );
@@ -160,7 +164,7 @@ describe("<ScreenResolver />", () => {
160
164
  it("injects the plugin configuration if it exists, even when plugin is resolved by type", () => {
161
165
  const wrapper = getWrapper("A1234", "screen_type_3", {});
162
166
 
163
- expect(wrapper.find(ScreenType3.module).props()).toHaveProperty(
167
+ expect(wrapper.find(mockScreenType3.module).props()).toHaveProperty(
164
168
  "configuration",
165
169
  expect.objectContaining(pluginConfiguration)
166
170
  );
@@ -138,6 +138,7 @@ const Tab = ({ title, selected, handleOnPress }: Props, ref: any) => {
138
138
 
139
139
  return (
140
140
  <TouchableWithoutFeedback
141
+ testID="tab-touchable"
141
142
  onPressIn={handleOnPressIn}
142
143
  onPressOut={handleOnPressOut}
143
144
  onPress={handleOnPress}
@@ -1,18 +1,13 @@
1
1
  import React from "react";
2
- import TestRenderer from "react-test-renderer";
3
-
4
- jest.mock("react-native", () => {
5
- const RNMock = jest.genMockFromModule("react-native");
6
- const { TextInput } = jest.requireActual("react-native");
7
-
8
- return {
9
- ...RNMock,
10
- TextInput,
11
- Platform: {
12
- OS: "samsung_tv",
13
- isTV: true,
14
- },
15
- };
2
+ import { Platform } from "react-native";
3
+ import { render } from "@testing-library/react-native";
4
+
5
+ Platform.OS = "samsung_tv";
6
+
7
+ Object.defineProperty(Platform, "isTV", {
8
+ get() {
9
+ return true;
10
+ },
16
11
  });
17
12
 
18
13
  jest.mock("@applicaster/zapp-react-native-utils/localizationUtils", () => ({
@@ -20,12 +15,12 @@ jest.mock("@applicaster/zapp-react-native-utils/localizationUtils", () => ({
20
15
  }));
21
16
 
22
17
  const { TextInputTv } = require("../");
23
- const { Platform, TextInput } = require("react-native");
18
+ const testIDToTest = "TextInput-tv";
24
19
 
25
20
  describe("<TextInputTv />", () => {
26
21
  it("renders", () => {
27
- const testInstance = TestRenderer.create(<TextInputTv />);
28
- expect(testInstance.toJSON).toBeTruthy();
22
+ const { toJSON } = render(<TextInputTv />);
23
+ expect(toJSON()).toMatchSnapshot();
29
24
  });
30
25
 
31
26
  describe("on native", () => {
@@ -34,8 +29,8 @@ describe("<TextInputTv />", () => {
34
29
  });
35
30
 
36
31
  it("returns React-Native TextInput component if not on samsung", () => {
37
- const testInstance = TestRenderer.create(<TextInputTv />);
38
- expect(testInstance.root.findByType(TextInput)).toBeTruthy();
32
+ const { getByTestId } = render(<TextInputTv />);
33
+ expect(getByTestId(testIDToTest)).toBeTruthy();
39
34
  });
40
35
  });
41
36
 
@@ -45,29 +40,30 @@ describe("<TextInputTv />", () => {
45
40
  });
46
41
 
47
42
  it("returns React input component if on samsung", () => {
48
- const testInstance = TestRenderer.create(<TextInputTv type="samsung" />);
49
- expect(testInstance.root.findByType("input")).toBeTruthy();
43
+ const { getByTestId } = render(<TextInputTv type="samsung" />);
44
+ expect(getByTestId(testIDToTest)).toBeTruthy();
50
45
  });
51
46
 
52
47
  it("flattens styles", () => {
53
48
  Platform.OS = "samsung_tv";
54
49
  const style = [{ width: 200 }, { height: 200 }];
55
- const testInstance = TestRenderer.create(<TextInputTv style={style} />);
56
50
 
57
- expect(typeof testInstance.root.findByType("input").props.style).toBe(
58
- "object"
51
+ const { getByTestId } = render(
52
+ <TextInputTv type="samsung" style={style} />
59
53
  );
54
+
55
+ expect(getByTestId(testIDToTest).props.style).toBeObject();
60
56
  });
61
57
 
62
58
  it("maps onChangeText to onChange", () => {
63
59
  Platform.OS = "samsung_tv";
64
60
  const onChangeText = jest.fn();
65
61
 
66
- const testInstance = TestRenderer.create(
67
- <TextInputTv onChangeText={onChangeText} />
62
+ const { getByTestId } = render(
63
+ <TextInputTv type="samsung" onChangeText={onChangeText} />
68
64
  );
69
65
 
70
- const inputInstance = testInstance.root.findByType("input");
66
+ const inputInstance = getByTestId(testIDToTest);
71
67
  expect(inputInstance.props.onChange).toBeDefined();
72
68
  expect(inputInstance.props.onChangeText).toBeUndefined();
73
69
  });
@@ -76,11 +72,11 @@ describe("<TextInputTv />", () => {
76
72
  Platform.OS = "samsung_tv";
77
73
  const onChangeText = jest.fn();
78
74
 
79
- const testInstance = TestRenderer.create(
80
- <TextInputTv onChangeText={onChangeText} />
75
+ const { getByTestId } = render(
76
+ <TextInputTv type="samsung" onChangeText={onChangeText} />
81
77
  );
82
78
 
83
- const inputInstance = testInstance.root.findByType("input");
79
+ const inputInstance = getByTestId(testIDToTest);
84
80
  const value = "foobar";
85
81
  inputInstance.props.onChange({ target: { value: value } });
86
82
  expect(onChangeText).toBeCalledWith(value);
@@ -89,11 +85,12 @@ describe("<TextInputTv />", () => {
89
85
  it("maps onEndEditing to onBlur", () => {
90
86
  Platform.OS = "samsung_tv";
91
87
 
92
- const testInstance = TestRenderer.create(
93
- <TextInputTv onEndEditing={() => null} />
88
+ const { getByTestId } = render(
89
+ <TextInputTv type="samsung" onEndEditing={() => null} />
94
90
  );
95
91
 
96
- const inputInstance = testInstance.root.findByType("input");
92
+ const inputInstance = getByTestId(testIDToTest);
93
+
97
94
  expect(inputInstance.props.onBlur).toBeDefined();
98
95
  expect(inputInstance.props.onEndEditing).toBeUndefined();
99
96
  });
@@ -101,11 +98,12 @@ describe("<TextInputTv />", () => {
101
98
  it("maps onPress to onClick", () => {
102
99
  Platform.OS = "samsung_tv";
103
100
 
104
- const testInstance = TestRenderer.create(
105
- <TextInputTv onPress={() => null} />
101
+ const { getByTestId } = render(
102
+ <TextInputTv type="samsung" onPress={() => null} />
106
103
  );
107
104
 
108
- const inputInstance = testInstance.root.findByType("input");
105
+ const inputInstance = getByTestId(testIDToTest);
106
+
109
107
  expect(inputInstance.props.onClick).toBeDefined();
110
108
  expect(inputInstance.props.onPress).toBeUndefined();
111
109
  });
@@ -113,22 +111,24 @@ describe("<TextInputTv />", () => {
113
111
  it("replaces secureTextEntry with type:'password'", () => {
114
112
  Platform.OS = "samsung_tv";
115
113
 
116
- const testInstance = TestRenderer.create(
117
- <TextInputTv secureTextEntry={true} />
114
+ const { getByTestId } = render(
115
+ <TextInputTv type="samsung" secureTextEntry />
118
116
  );
119
117
 
120
- const inputInstance = testInstance.root.findByType("input");
118
+ const inputInstance = getByTestId(testIDToTest);
119
+
121
120
  expect(inputInstance.props.type).toBe("password");
122
121
  });
123
122
 
124
123
  it("removes 'onChangeText', 'secureTextEntry', 'onEndEditing', 'onPress' props", () => {
125
124
  Platform.OS = "samsung_tv";
126
125
 
127
- const testInstance = TestRenderer.create(
128
- <TextInputTv onChangeText secureTextEntry onEndEditing />
126
+ const { getByTestId } = render(
127
+ <TextInputTv type="samsung" onChangeText secureTextEntry onEndEditing />
129
128
  );
130
129
 
131
- const inputInstance = testInstance.root.findByType("input");
130
+ const inputInstance = getByTestId(testIDToTest);
131
+
132
132
  expect(inputInstance.props.onChangeText).toBeUndefined();
133
133
  expect(inputInstance.props.secureTextEntry).toBeUndefined();
134
134
  expect(inputInstance.props.onEndEditing).toBeUndefined();
@@ -0,0 +1,7 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`<TextInputTv /> renders 1`] = `
4
+ <input
5
+ testID="TextInput-tv"
6
+ />
7
+ `;
@@ -175,10 +175,10 @@ function TextInputTV(props: Props, ref) {
175
175
  return isWebPlatform ? (
176
176
  <>
177
177
  {additional && additional()}
178
- <input ref={ref} {...inputProps} />
178
+ <input testID="TextInput-tv" ref={ref} {...inputProps} />
179
179
  </>
180
180
  ) : (
181
- <TextInput ref={ref} {...inputProps} />
181
+ <TextInput testID="TextInput-tv" ref={ref} {...inputProps} />
182
182
  );
183
183
  }
184
184