Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Políticas de Privacidade (#187)
Browse files Browse the repository at this point in the history
Políticas de Privacidade
  • Loading branch information
netochaves authored Jun 1, 2019
2 parents ce5bea2 + b7d5bd5 commit d8eea26
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Components/Config/configBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
TouchableOpacity,
ScrollView,
Switch,
Linking,
Share
} from "react-native"
import { Icon } from "react-native-elements"
Expand Down Expand Up @@ -88,7 +89,14 @@ const configBody = props => {
<Text style={styles.touchableStyle}>Avaliar App</Text>
</TouchableOpacity>

<TouchableOpacity style={styles.touchableIcon}>
<TouchableOpacity
style={styles.touchableIcon}
onPress={() => {
Linking.openURL(
"https://github.com/ES2-UFPI/Unichat/blob/dev/PRIVACY-POLICY.md"
)
}}
>
<Icon name="notifications" size={28} color="#25e01f" />
<Text style={styles.touchableStyle}>Política de Privacidade</Text>
</TouchableOpacity>
Expand Down

0 comments on commit d8eea26

Please sign in to comment.