Explore Library
Code QuizIntermediate

Setting Screen Options

Spot why the custom header title is being ignored.

Codejavascript
<Stack.Screen
  name="Profile"
  component={ProfileScreen}
  option={{ title: 'My Profile' }}
/>

What is the bug in this code?