Skip to content

Instantly share code, notes, and snippets.

@mrpaiva
mrpaiva / chat.js
Last active April 26, 2019 01:26
Componente chat.js
import React from "react";
import { GiftedChat } from "react-native-gifted-chat";
import { Dialogflow_V2 } from "react-native-dialogflow"
import Voice from 'react-native-voice';
//Importando configurações
import {
private_key,
client_email
} from '../../app.json';
{
"name": "AwesomeChatBot",
"displayName": "AwesomeChatBot",
"type": "xxxxxxx",
"project_id": "xxxxxxx",
"private_key_id": "xxxxxxx",
"private_key": "xxxxxxx",
"client_email": "xxxxxxx",
"client_id": "xxxxxxx",
"auth_uri": "xxxxxxx",