Explore Library
Code QuizIntermediate

Modal Presentation with Stack

Find why the screen slides from the side instead of as a modal.

Codejavascript
<Stack.Screen
  name="NewMessage"
  component={NewMessageScreen}
  options={{ mode: 'modal' }}
/>

What is the bug in this code?