You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

depenses_list.js 217B

12345678910111213
  1. import React from 'react';
  2. import { StyleSheet, Text, View, TextInput } from 'react-native';
  3. function DepensesList(props)
  4. {
  5. return(
  6. <Text>{props.durationMode}</Text>
  7. )
  8. }
  9. export default DepensesList