Commit d66cf65b by Giang Tran

update moment

parent 36a653ff
......@@ -42,7 +42,7 @@
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string/>
<key>NSPhotoLibraryUsageDescription</key>
<string>To upload images</string>
<key>UIAppFonts</key>
......
......@@ -18,9 +18,7 @@ const Item = (props) => {
<Text style={styles.txtTime}> {convertDate(start_date)}</Text>
<Text style={styles.txtDate}>{start_date.substring(10, 16)}</Text>
</View>
<Text style={styles.txtTitle}>
{title}+{props.index}
</Text>
<Text style={styles.txtTitle}>{title}</Text>
</View>
</TouchableOpacity>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment