Commit 625f2bf5 by tungnq

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

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