Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Jun 28, 2019
1 parent f29ef5a commit 7ef7e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AppLoading, Asset, Linking } from 'expo'
import React, { Component } from 'react'
import { StyleSheet, View, Text } from 'react-native'
import { Bubble, GiftedChat, SystemMessage } from './src/'
import { Bubble, GiftedChat, SystemMessage } from './lib/'

import AccessoryBar from './example-expo/AccessoryBar'
import CustomActions from './example-expo/CustomActions'
Expand Down Expand Up @@ -184,6 +184,7 @@ export default class App extends Component {
}

onQuickReply = replies => {
console.log({ replies })
const createdAt = new Date()
if (replies.length === 1) {
this.onSend([
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-gifted-chat",
"version": "0.9.9",
"version": "0.9.10",
"description": "The most complete chat UI for React Native",
"main": "node_modules/expo/AppEntry.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7ef7e14

Please sign in to comment.