diff options
Diffstat (limited to 'src/routes/Routes.tsx')
-rw-r--r-- | src/routes/Routes.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx index 94040c1f..c426b033 100644 --- a/src/routes/Routes.tsx +++ b/src/routes/Routes.tsx @@ -26,7 +26,11 @@ const Routes: React.FC<RoutesProps> = ({}) => { component={Registration} options={{headerShown: false}} /> - <RootStack.Screen name="Verification" component={Verification} /> + <RootStack.Screen + name="Verification" + component={Verification} + options={{headerShown: false}} + /> </RootStack.Navigator> ); }; |