您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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