diff --git a/src/container/FriendProfileScreen/Details/Friends.js b/src/container/FriendProfileScreen/Details/Friends.js index c820970..5682170 100644 --- a/src/container/FriendProfileScreen/Details/Friends.js +++ b/src/container/FriendProfileScreen/Details/Friends.js @@ -1,6 +1,5 @@ import React, { Component } from "react"; -import { Text, Body, Card, CardItem, Icon } from "native-base"; -import { View } from "react-native"; +import { Text, Card, CardItem, Icon } from "native-base"; class Friends extends Component { render() { diff --git a/src/container/FriendProfileScreen/Details/Intro.js b/src/container/FriendProfileScreen/Details/Intro.js index c6341e8..cf1ff10 100644 --- a/src/container/FriendProfileScreen/Details/Intro.js +++ b/src/container/FriendProfileScreen/Details/Intro.js @@ -1,5 +1,5 @@ import React, { Component } from "react"; -import { Text, Content, Card, CardItem, Icon } from "native-base"; +import { Text, Card, CardItem, Icon } from "native-base"; class Intro extends Component { render() { diff --git a/src/container/FriendProfileScreen/Details/Setting.js b/src/container/FriendProfileScreen/Details/Setting.js index e5ca713..6839087 100644 --- a/src/container/FriendProfileScreen/Details/Setting.js +++ b/src/container/FriendProfileScreen/Details/Setting.js @@ -1,5 +1,5 @@ import React, { Component } from "react"; -import { Text, Icon, Button, Card, CardItem } from "native-base"; +import { Text, Icon, Button, Card, CardItem, Title, Body, Left, Right, Container, Header } from "native-base"; import { View, Modal } from "react-native"; import { connect } from "react-redux"; import SettingOptions from "./SettingOptions"; @@ -34,10 +34,10 @@ class Setting extends Component { if (info.username === userInfo.username) { return ( - + - - +
+ + + + Cập nhật + + +
- -
-
+ + +