Kaynağa Gözat

Motion's votes' code added

luislopez66 2 yıl önce
ebeveyn
işleme
fa6790e4a7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      MocionesIUPI/routes/homeStack.js

+ 1
- 1
MocionesIUPI/routes/homeStack.js Dosyayı Görüntüle

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