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

Commit

Permalink
Merge branch 'dev' into jpe#createLanguagesHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
netochaves authored Jun 1, 2019
2 parents 9702205 + 1fb1dad commit d263a23
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/Components/Config/configBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {
Text,
TouchableOpacity,
ScrollView,
Switch
Switch,
Share
} from "react-native"
import { Icon } from "react-native-elements"

Expand Down Expand Up @@ -69,7 +70,15 @@ const configBody = props => {
<Text style={styles.touchableStyle}>Enviar Feedback</Text>
</TouchableOpacity>

<TouchableOpacity style={styles.touchableIcon}>
<TouchableOpacity
style={styles.touchableIcon}
onPress={() => {
Share.share({
message:
"Olá, já instalou o Unichat? Se não, é bem fácil. Apenas clique no link a seguir https://github.com/ES2-UFPI/Unichat/releases"
})
}}
>
<Icon name="share" size={28} color="#14d2e8" />
<Text style={styles.touchableStyle}>Compartilhar App</Text>
</TouchableOpacity>
Expand Down

0 comments on commit d263a23

Please sign in to comment.