From dd9630b28a9dc6e4851c3261de48232f0d11423b Mon Sep 17 00:00:00 2001 From: Sosolidkk Date: Wed, 29 May 2019 20:02:11 -0300 Subject: [PATCH] =?UTF-8?q?Adicionada=20fun=C3=A7=C3=A3o=20de=20dar=20shar?= =?UTF-8?q?e=20do=20aplicativo=20para=20os=20amigos=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/Config/configBody.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/Components/Config/configBody.js b/src/Components/Config/configBody.js index 888953a..8d47f10 100644 --- a/src/Components/Config/configBody.js +++ b/src/Components/Config/configBody.js @@ -5,7 +5,8 @@ import { Text, TouchableOpacity, ScrollView, - Switch + Switch, + Share } from "react-native" import { Icon } from "react-native-elements" @@ -69,7 +70,15 @@ const configBody = props => { Enviar Feedback - + { + 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" + }) + }} + > Compartilhar App