Commit 625f2bf5 by tungnq

TEST: Lỗi trên giao diện IOS

parent 8cde5176
...@@ -65,7 +65,6 @@ const styles = StyleSheet.create({ ...@@ -65,7 +65,6 @@ const styles = StyleSheet.create({
}, },
//List Notification //List Notification
containerListNotification:{ containerListNotification:{
marginHorizontal:15,
}, },
cardItem:{ cardItem:{
paddingVertical:10, paddingVertical:10,
...@@ -76,6 +75,7 @@ const styles = StyleSheet.create({ ...@@ -76,6 +75,7 @@ const styles = StyleSheet.create({
marginVertical:10, marginVertical:10,
backgroundColor:R.colors.white, backgroundColor:R.colors.white,
shadowColor:R.colors.black, shadowColor:R.colors.black,
marginHorizontal:15,
shadowOffset:{width:0.5,height:2}, shadowOffset:{width:0.5,height:2},
shadowOpacity:0.25, shadowOpacity:0.25,
shadowRadius:5, shadowRadius:5,
......
...@@ -96,7 +96,7 @@ const NotificationView = props => { ...@@ -96,7 +96,7 @@ const NotificationView = props => {
</View> </View>
</View> </View>
) : null ) : renderItemEmpty()
); );
}; };
......
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