import React from 'react'; import { StyleSheet, Text, View, TextInput, Button } from 'react-native'; export default function AddDepense(props){ return ( ); } const add_depenses_styles = StyleSheet.create({ buttonAdd: { position: 'absolute', bottom: 0, right: 0 }, input: { borderWidth: 0.5 } });