소스 검색

Motion's votes' code added

luislopez66 2 년 전
부모
커밋
fa6790e4a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      MocionesIUPI/routes/homeStack.js

+ 1
- 1
MocionesIUPI/routes/homeStack.js 파일 보기

28
 
28
 
29
 const HomeStack = createStackNavigator(screens, {
29
 const HomeStack = createStackNavigator(screens, {
30
     defaultNavigationOptions: {
30
     defaultNavigationOptions: {
31
-        title: 'MocinesIUPI',
31
+        title: 'MocionesIUPI',
32
         headerStyle:  { backgroundColor: "#e81b39",}
32
         headerStyle:  { backgroundColor: "#e81b39",}
33
     }
33
     }
34
 });
34
 });