问题标签 [react-native-scrollable-tab-view]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
react-native - react-native-scrollable-tab-view 无法点击图标并且没有显示内容
我将facebookBar 示例(FacebookExample.js 和 FacebookTabBar.js)复制到我的项目中,我得到了这样的结果
我无法单击图标,也没有显示内容。当我运行原始项目时,它是这样正确的
编辑
react-native - 使用 react-native-scrollable-tab-view 在选项卡之间切换时出现问题
我正在使用 ScrollableTabView,但在选项卡之间切换时出现问题。在我的应用程序中,我有 3 个选项卡视图:全部、流行、菜单。当我在全部选项卡中时,我可以在全部选项卡中看到菜单选项卡。
这是我的 HomeScreen.js :
有人可以给我一个解释吗?
react-native - 标签数据未在 Android 中显示但在 IOS 中可以正常工作?
我正在使用它,它在 IOS 中运行良好,但在 android 中没有显示数据。我能够找到它发生的原因,因此任何人都可以为此提供详细信息。不在滚动视图中工作。但我需要滚动视图,那么解决方案是什么。请告诉我。
android - How to start working scrollview on the tabs component?
I want to add scrollview in the component that is scrolled my full component and then show these three tabs and then it will show content according to tabs. Now tabs are scrolling according to content but not working in android. Please check and provide me a solution
javascript - ScrollableTabView 中的刷新选项卡 - 反应原生
我正在尝试与过去 3 天不同的解决方案。请帮助我走上正轨。
所有 API 调用都在子组件中。
使用 ScrollableTabView 导航时如何刷新选项卡。
当我在检查条件后在 setStateForTabChange 方法中设置状态时 if(i==0){ this.setState({....})} ScrollableTabView 不会更改选项卡。