Release 1.0.11 with minor fixes.
This commit is contained in:
@@ -27,8 +27,8 @@ export default function ScreenJobDetail({ route }) {
|
||||
const renderTabBar = (props) => (
|
||||
<TabBar
|
||||
{...props}
|
||||
indicatorStyle={{ backgroundColor: "white" }}
|
||||
style={{ backgroundColor: "dodgerblue" }}
|
||||
indicatorStyle={{ backgroundColor: "#ffffff" }}
|
||||
// style={{ backgroundColor: "dodgerblue" }}
|
||||
/>
|
||||
);
|
||||
|
||||
@@ -72,6 +72,7 @@ export default function ScreenJobDetail({ route }) {
|
||||
|
||||
return (
|
||||
<TabView
|
||||
style={{ flex: 1 }}
|
||||
navigationState={{ index, routes }}
|
||||
renderScene={renderScene}
|
||||
onIndexChange={setIndex}
|
||||
|
||||
Reference in New Issue
Block a user