Commit d66cf65b by Giang Tran

update moment

parent 36a653ff
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</dict> </dict>
</dict> </dict>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string></string> <string/>
<key>NSPhotoLibraryUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>To upload images</string> <string>To upload images</string>
<key>UIAppFonts</key> <key>UIAppFonts</key>
......
...@@ -18,9 +18,7 @@ const Item = (props) => { ...@@ -18,9 +18,7 @@ const Item = (props) => {
<Text style={styles.txtTime}> {convertDate(start_date)}</Text> <Text style={styles.txtTime}> {convertDate(start_date)}</Text>
<Text style={styles.txtDate}>{start_date.substring(10, 16)}</Text> <Text style={styles.txtDate}>{start_date.substring(10, 16)}</Text>
</View> </View>
<Text style={styles.txtTitle}> <Text style={styles.txtTitle}>{title}</Text>
{title}+{props.index}
</Text>
</View> </View>
</TouchableOpacity> </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