- set selectedColor to '#fa4126' for tab bar active state
@@ -79,6 +79,7 @@ export const TabBarLayout: React.FC<TabBarLayoutProps> = ({ children, activeKey,
onChange={handleTabChange}
fixed={true}
safeArea={true}
+ selectedColor='#fa4126'
/>
</View>
)