Преглед на файлове

Fixed buttons for votes

luislopez66 преди 2 години
родител
ревизия
2fbd8a1f7b
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3
    1
      MocionesIUPI/screens/MocionScreen.js

+ 3
- 1
MocionesIUPI/screens/MocionScreen.js Целия файл

@@ -95,7 +95,9 @@ export default App = () => {
95 95
     <View style={{ flex: 1, padding: 24 }}>
96 96
       <Text>{Mocion}</Text>
97 97
       <Text>{Description}</Text>
98
-      <Text>{Votos}</Text>
98
+      <button>{A favor}</button>
99
+      <button>{En contra}</button>
100
+      <button>{Abstenido}</button>
99 101
     </View>
100 102
   );
101 103
 };