We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc09db commit 964ac03Copy full SHA for 964ac03
demo/src/screens/MainScreen.js
@@ -243,8 +243,8 @@ class MainScreen extends Component {
243
{showResults && this.renderSearchResults(filteredNavigationData)}
244
245
{showCarousel && (
246
- <TabController asCarousel>
247
- <TabController.TabBar testID={'mainScreenTabBar'} items={_.map(data, section => ({label: section.title, testID: `section.${section.title}`}))}/>
+ <TabController asCarousel items={_.map(data, section => ({label: section.title, testID: `section.${section.title}`}))}>
+ <TabController.TabBar testID={'mainScreenTabBar'}/>
248
{this.renderPages(data)}
249
</TabController>
250
)}
0 commit comments