import React from 'react'; import { StyleSheet, Text, View, TextInput } from 'react-native'; function DepensesList(props) { return( {props.durationMode} ) } export default DepensesList