Skip to content
Snippets Groups Projects

Resolve "Add comments to all files"

Merged Andrea Magnussen requested to merge 67-add-comments-to-all-files into master
4 files
+ 23
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
0
@@ -6,6 +6,11 @@ import SignUpScreen from "../screens/SignUpScreen";
const AuthStack = createStackNavigator();
/**
* A stack navigator that contains the authentication screens.
*
* @returns the component
*/
const AuthStackScreen = () => (
<AuthStack.Navigator
screenOptions={{
Loading