react-native-gifted-chat 2.6.4 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -16
- package/lib/Actions.d.ts +0 -11
- package/lib/Actions.js +2 -14
- package/lib/Actions.js.map +1 -1
- package/lib/Avatar.d.ts +1 -23
- package/lib/Avatar.js +32 -40
- package/lib/Avatar.js.map +1 -1
- package/lib/Bubble/index.d.ts +30 -0
- package/lib/{Bubble.js → Bubble/index.js} +31 -181
- package/lib/Bubble/index.js.map +1 -0
- package/lib/Bubble/styles.d.ts +69 -0
- package/lib/Bubble/styles.js +72 -0
- package/lib/Bubble/styles.js.map +1 -0
- package/lib/Bubble/types.d.ts +47 -0
- package/lib/Bubble/types.js +2 -0
- package/lib/Bubble/types.js.map +1 -0
- package/lib/Composer.d.ts +0 -17
- package/lib/Composer.js +3 -18
- package/lib/Composer.js.map +1 -1
- package/lib/Constant.d.ts +1 -1
- package/lib/Constant.js +1 -1
- package/lib/Constant.js.map +1 -1
- package/lib/Day/index.d.ts +4 -0
- package/lib/Day/index.js +39 -0
- package/lib/Day/index.js.map +1 -0
- package/lib/Day/styles.d.ts +20 -0
- package/lib/Day/styles.js +22 -0
- package/lib/Day/styles.js.map +1 -0
- package/lib/Day/types.d.ts +9 -0
- package/lib/Day/types.js +2 -0
- package/lib/Day/types.js.map +1 -0
- package/lib/GiftedAvatar.d.ts +1 -11
- package/lib/GiftedAvatar.js +26 -33
- package/lib/GiftedAvatar.js.map +1 -1
- package/lib/GiftedChat/index.d.ts +26 -0
- package/lib/{GiftedChat.js → GiftedChat/index.js} +58 -59
- package/lib/GiftedChat/index.js.map +1 -0
- package/lib/GiftedChat/styles.d.ts +6 -0
- package/lib/GiftedChat/styles.js +7 -0
- package/lib/GiftedChat/styles.js.map +1 -0
- package/lib/{GiftedChat.d.ts → GiftedChat/types.d.ts} +29 -37
- package/lib/GiftedChat/types.js +2 -0
- package/lib/GiftedChat/types.js.map +1 -0
- package/lib/InputToolbar.d.ts +1 -14
- package/lib/InputToolbar.js +0 -12
- package/lib/InputToolbar.js.map +1 -1
- package/lib/LoadEarlier.d.ts +0 -14
- package/lib/LoadEarlier.js +2 -16
- package/lib/LoadEarlier.js.map +1 -1
- package/lib/Message/index.d.ts +6 -0
- package/lib/Message/index.js +85 -0
- package/lib/Message/index.js.map +1 -0
- package/lib/Message/styles.d.ts +21 -0
- package/lib/Message/styles.js +22 -0
- package/lib/Message/styles.js.map +1 -0
- package/lib/Message/types.d.ts +22 -0
- package/lib/Message/types.js +2 -0
- package/lib/Message/types.js.map +1 -0
- package/lib/MessageAudio.js +1 -2
- package/lib/MessageAudio.js.map +1 -1
- package/lib/MessageContainer/components/DayAnimated/index.d.ts +5 -0
- package/lib/MessageContainer/components/DayAnimated/index.js +85 -0
- package/lib/MessageContainer/components/DayAnimated/index.js.map +1 -0
- package/lib/MessageContainer/components/DayAnimated/styles.d.ts +11 -0
- package/lib/MessageContainer/components/DayAnimated/styles.js +12 -0
- package/lib/MessageContainer/components/DayAnimated/styles.js.map +1 -0
- package/lib/MessageContainer/components/DayAnimated/types.d.ts +17 -0
- package/lib/MessageContainer/components/DayAnimated/types.js +2 -0
- package/lib/MessageContainer/components/DayAnimated/types.js.map +1 -0
- package/lib/MessageContainer/components/Item/index.d.ts +22 -0
- package/lib/MessageContainer/components/Item/index.js +69 -0
- package/lib/MessageContainer/components/Item/index.js.map +1 -0
- package/lib/MessageContainer/components/Item/types.d.ts +18 -0
- package/lib/MessageContainer/components/Item/types.js +2 -0
- package/lib/MessageContainer/components/Item/types.js.map +1 -0
- package/lib/MessageContainer/index.d.ts +6 -0
- package/lib/MessageContainer/index.js +175 -0
- package/lib/MessageContainer/index.js.map +1 -0
- package/lib/MessageContainer/styles.d.ts +34 -0
- package/lib/MessageContainer/styles.js +31 -0
- package/lib/MessageContainer/styles.js.map +1 -0
- package/lib/MessageContainer/types.d.ts +54 -0
- package/lib/MessageContainer/types.js +2 -0
- package/lib/MessageContainer/types.js.map +1 -0
- package/lib/MessageImage.d.ts +1 -12
- package/lib/MessageImage.js +2 -12
- package/lib/MessageImage.js.map +1 -1
- package/lib/MessageText.d.ts +1 -24
- package/lib/MessageText.js +0 -22
- package/lib/MessageText.js.map +1 -1
- package/lib/MessageVideo.js +1 -2
- package/lib/MessageVideo.js.map +1 -1
- package/lib/QuickReplies.d.ts +1 -12
- package/lib/QuickReplies.js +10 -20
- package/lib/QuickReplies.js.map +1 -1
- package/lib/Send.d.ts +2 -16
- package/lib/Send.js +0 -13
- package/lib/Send.js.map +1 -1
- package/lib/SystemMessage.d.ts +1 -10
- package/lib/SystemMessage.js +2 -12
- package/lib/SystemMessage.js.map +1 -1
- package/lib/Time.d.ts +1 -17
- package/lib/Time.js +0 -15
- package/lib/Time.js.map +1 -1
- package/lib/TypingIndicator/index.d.ts +5 -0
- package/lib/{TypingIndicator.js → TypingIndicator/index.js} +9 -30
- package/lib/TypingIndicator/index.js.map +1 -0
- package/lib/TypingIndicator/styles.d.ts +20 -0
- package/lib/TypingIndicator/styles.js +22 -0
- package/lib/TypingIndicator/styles.js.map +1 -0
- package/lib/TypingIndicator/types.d.ts +3 -0
- package/lib/TypingIndicator/types.js +2 -0
- package/lib/TypingIndicator/types.js.map +1 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/styles.d.ts +10 -0
- package/lib/styles.js +11 -0
- package/lib/styles.js.map +1 -0
- package/lib/{Models.d.ts → types.d.ts} +1 -1
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/lib/utils.d.ts +1 -3
- package/lib/utils.js +0 -7
- package/lib/utils.js.map +1 -1
- package/package.json +30 -34
- package/src/Actions.tsx +3 -15
- package/src/Avatar.tsx +43 -52
- package/src/{Bubble.tsx → Bubble/index.tsx} +53 -270
- package/src/Bubble/styles.ts +73 -0
- package/src/Bubble/types.ts +90 -0
- package/src/Composer.tsx +3 -19
- package/src/Constant.ts +1 -1
- package/src/Day/index.tsx +63 -0
- package/src/Day/styles.ts +22 -0
- package/src/Day/types.ts +14 -0
- package/src/GiftedAvatar.tsx +31 -38
- package/src/GiftedChat/index.tsx +503 -0
- package/src/GiftedChat/styles.ts +7 -0
- package/src/GiftedChat/types.ts +206 -0
- package/src/InputToolbar.tsx +1 -14
- package/src/LoadEarlier.tsx +2 -17
- package/src/Message/index.tsx +135 -0
- package/src/Message/styles.ts +22 -0
- package/src/Message/types.ts +26 -0
- package/src/MessageAudio.tsx +1 -4
- package/src/MessageContainer/components/DayAnimated/index.tsx +143 -0
- package/src/MessageContainer/components/DayAnimated/styles.ts +12 -0
- package/src/MessageContainer/components/DayAnimated/types.ts +12 -0
- package/src/MessageContainer/components/Item/index.tsx +136 -0
- package/src/MessageContainer/components/Item/types.ts +13 -0
- package/src/MessageContainer/index.tsx +316 -0
- package/src/MessageContainer/styles.ts +31 -0
- package/src/MessageContainer/types.ts +60 -0
- package/src/MessageImage.tsx +3 -14
- package/src/MessageText.tsx +2 -25
- package/src/MessageVideo.tsx +1 -4
- package/src/QuickReplies.tsx +14 -25
- package/src/Send.tsx +1 -15
- package/src/SystemMessage.tsx +3 -14
- package/src/Time.tsx +1 -17
- package/src/{TypingIndicator.tsx → TypingIndicator/index.tsx} +12 -35
- package/src/TypingIndicator/styles.ts +22 -0
- package/src/TypingIndicator/types.ts +3 -0
- package/src/__tests__/Bubble.test.tsx +7 -4
- package/src/__tests__/GiftedAvatar.test.tsx +6 -2
- package/src/__tests__/GiftedChat.test.tsx +20 -14
- package/src/__tests__/Message.test.tsx +4 -1
- package/src/__tests__/__snapshots__/Actions.test.tsx.snap +6 -2
- package/src/__tests__/__snapshots__/Bubble.test.tsx.snap +3 -1
- package/src/__tests__/__snapshots__/Composer.test.tsx.snap +2 -0
- package/src/__tests__/__snapshots__/Constant.test.tsx.snap +1 -1
- package/src/__tests__/__snapshots__/Day.test.tsx.snap +1 -33
- package/src/__tests__/__snapshots__/GiftedAvatar.test.tsx.snap +4 -2
- package/src/__tests__/__snapshots__/GiftedChat.test.tsx.snap +22 -9
- package/src/__tests__/__snapshots__/InputToolbar.test.tsx.snap +2 -0
- package/src/__tests__/__snapshots__/LoadEarlier.test.tsx.snap +3 -1
- package/src/__tests__/__snapshots__/Message.test.tsx.snap +21 -100
- package/src/__tests__/__snapshots__/MessageContainer.test.tsx.snap +282 -82
- package/src/__tests__/__snapshots__/MessageImage.test.tsx.snap +8 -4
- package/src/__tests__/__snapshots__/SystemMessage.test.tsx.snap +5 -1
- package/src/__tests__/data.ts +1 -1
- package/src/index.ts +0 -2
- package/src/styles.ts +11 -0
- package/src/{Models.ts → types.ts} +1 -1
- package/src/utils.ts +1 -9
- package/example_bare/vendor/bundle/ruby/2.7.0/gems/ffi-1.17.0/ext/ffi_c/libffi/.ci/compile +0 -351
- package/example_bare/vendor/bundle/ruby/2.7.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -28
- package/lib/Actions.js.flow +0 -21
- package/lib/Avatar.js.flow +0 -27
- package/lib/Bubble.d.ts +0 -148
- package/lib/Bubble.js.flow +0 -69
- package/lib/Bubble.js.map +0 -1
- package/lib/Composer.js.flow +0 -24
- package/lib/Day.d.ts +0 -15
- package/lib/Day.js +0 -36
- package/lib/Day.js.flow +0 -23
- package/lib/Day.js.map +0 -1
- package/lib/GiftedAvatar.js.flow +0 -17
- package/lib/GiftedChat.js.flow +0 -163
- package/lib/GiftedChat.js.map +0 -1
- package/lib/InputToolbar.js.flow +0 -31
- package/lib/LoadEarlier.js.flow +0 -20
- package/lib/Message.d.ts +0 -67
- package/lib/Message.js +0 -157
- package/lib/Message.js.flow +0 -32
- package/lib/Message.js.map +0 -1
- package/lib/MessageAudio.js.flow +0 -15
- package/lib/MessageContainer.d.ts +0 -103
- package/lib/MessageContainer.js +0 -224
- package/lib/MessageContainer.js.flow +0 -39
- package/lib/MessageContainer.js.map +0 -1
- package/lib/MessageImage.js.flow +0 -20
- package/lib/MessageText.js.flow +0 -23
- package/lib/MessageVideo.js.flow +0 -16
- package/lib/Models.js +0 -2
- package/lib/Models.js.map +0 -1
- package/lib/QuickReplies.js.flow +0 -25
- package/lib/Send.js.flow +0 -19
- package/lib/SystemMessage.js.flow +0 -18
- package/lib/Time.js.flow +0 -19
- package/lib/TypingIndicator.d.ts +0 -6
- package/lib/TypingIndicator.js.map +0 -1
- package/lib/index.js.flow +0 -2
- package/lib/types.js.flow +0 -43
- package/lib/utils.js.flow +0 -16
- package/src/Day.tsx +0 -71
- package/src/GiftedChat.tsx +0 -678
- package/src/Message.tsx +0 -229
- package/src/MessageContainer.tsx +0 -359
|
@@ -1,351 +0,0 @@
|
|
|
1
|
-
#! /bin/sh
|
|
2
|
-
# Wrapper for compilers which do not understand '-c -o'.
|
|
3
|
-
|
|
4
|
-
scriptversion=2018-03-27.18; # UTC
|
|
5
|
-
|
|
6
|
-
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
|
7
|
-
# Written by Tom Tromey <tromey@cygnus.com>.
|
|
8
|
-
#
|
|
9
|
-
# This program is free software; you can redistribute it and/or modify
|
|
10
|
-
# it under the terms of the GNU General Public License as published by
|
|
11
|
-
# the Free Software Foundation; either version 2, or (at your option)
|
|
12
|
-
# any later version.
|
|
13
|
-
#
|
|
14
|
-
# This program is distributed in the hope that it will be useful,
|
|
15
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
-
# GNU General Public License for more details.
|
|
18
|
-
#
|
|
19
|
-
# You should have received a copy of the GNU General Public License
|
|
20
|
-
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
21
|
-
|
|
22
|
-
# As a special exception to the GNU General Public License, if you
|
|
23
|
-
# distribute this file as part of a program that contains a
|
|
24
|
-
# configuration script generated by Autoconf, you may include it under
|
|
25
|
-
# the same distribution terms that you use for the rest of that program.
|
|
26
|
-
|
|
27
|
-
# This file is maintained in Automake, please report
|
|
28
|
-
# bugs to <bug-automake@gnu.org> or send patches to
|
|
29
|
-
# <automake-patches@gnu.org>.
|
|
30
|
-
|
|
31
|
-
nl='
|
|
32
|
-
'
|
|
33
|
-
|
|
34
|
-
# We need space, tab and new line, in precisely that order. Quoting is
|
|
35
|
-
# there to prevent tools from complaining about whitespace usage.
|
|
36
|
-
IFS=" "" $nl"
|
|
37
|
-
|
|
38
|
-
file_conv=
|
|
39
|
-
|
|
40
|
-
# func_file_conv build_file lazy
|
|
41
|
-
# Convert a $build file to $host form and store it in $file
|
|
42
|
-
# Currently only supports Windows hosts. If the determined conversion
|
|
43
|
-
# type is listed in (the comma separated) LAZY, no conversion will
|
|
44
|
-
# take place.
|
|
45
|
-
func_file_conv ()
|
|
46
|
-
{
|
|
47
|
-
file=$1
|
|
48
|
-
case $file in
|
|
49
|
-
/ | /[!/]*) # absolute file, and not a UNC file
|
|
50
|
-
if test -z "$file_conv"; then
|
|
51
|
-
# lazily determine how to convert abs files
|
|
52
|
-
case `uname -s` in
|
|
53
|
-
MINGW*)
|
|
54
|
-
file_conv=mingw
|
|
55
|
-
;;
|
|
56
|
-
CYGWIN*)
|
|
57
|
-
file_conv=cygwin
|
|
58
|
-
;;
|
|
59
|
-
*)
|
|
60
|
-
file_conv=wine
|
|
61
|
-
;;
|
|
62
|
-
esac
|
|
63
|
-
fi
|
|
64
|
-
case $file_conv/,$2, in
|
|
65
|
-
*,$file_conv,*)
|
|
66
|
-
;;
|
|
67
|
-
mingw/*)
|
|
68
|
-
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
|
|
69
|
-
;;
|
|
70
|
-
cygwin/*)
|
|
71
|
-
file=`cygpath -m "$file" || echo "$file"`
|
|
72
|
-
;;
|
|
73
|
-
wine/*)
|
|
74
|
-
file=`winepath -w "$file" || echo "$file"`
|
|
75
|
-
;;
|
|
76
|
-
esac
|
|
77
|
-
;;
|
|
78
|
-
esac
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
# func_cl_dashL linkdir
|
|
82
|
-
# Make cl look for libraries in LINKDIR
|
|
83
|
-
func_cl_dashL ()
|
|
84
|
-
{
|
|
85
|
-
func_file_conv "$1"
|
|
86
|
-
if test -z "$lib_path"; then
|
|
87
|
-
lib_path=$file
|
|
88
|
-
else
|
|
89
|
-
lib_path="$lib_path;$file"
|
|
90
|
-
fi
|
|
91
|
-
linker_opts="$linker_opts -LIBPATH:$file"
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
# func_cl_dashl library
|
|
95
|
-
# Do a library search-path lookup for cl
|
|
96
|
-
func_cl_dashl ()
|
|
97
|
-
{
|
|
98
|
-
lib=$1
|
|
99
|
-
found=no
|
|
100
|
-
save_IFS=$IFS
|
|
101
|
-
IFS=';'
|
|
102
|
-
for dir in $lib_path $LIB
|
|
103
|
-
do
|
|
104
|
-
IFS=$save_IFS
|
|
105
|
-
if $shared && test -f "$dir/$lib.dll.lib"; then
|
|
106
|
-
found=yes
|
|
107
|
-
lib=$dir/$lib.dll.lib
|
|
108
|
-
break
|
|
109
|
-
fi
|
|
110
|
-
if test -f "$dir/$lib.lib"; then
|
|
111
|
-
found=yes
|
|
112
|
-
lib=$dir/$lib.lib
|
|
113
|
-
break
|
|
114
|
-
fi
|
|
115
|
-
if test -f "$dir/lib$lib.a"; then
|
|
116
|
-
found=yes
|
|
117
|
-
lib=$dir/lib$lib.a
|
|
118
|
-
break
|
|
119
|
-
fi
|
|
120
|
-
done
|
|
121
|
-
IFS=$save_IFS
|
|
122
|
-
|
|
123
|
-
if test "$found" != yes; then
|
|
124
|
-
lib=$lib.lib
|
|
125
|
-
fi
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
# func_cl_wrapper cl arg...
|
|
129
|
-
# Adjust compile command to suit cl
|
|
130
|
-
func_cl_wrapper ()
|
|
131
|
-
{
|
|
132
|
-
# Assume a capable shell
|
|
133
|
-
lib_path=
|
|
134
|
-
shared=:
|
|
135
|
-
linker_opts=
|
|
136
|
-
for arg
|
|
137
|
-
do
|
|
138
|
-
if test -n "$eat"; then
|
|
139
|
-
eat=
|
|
140
|
-
else
|
|
141
|
-
case $1 in
|
|
142
|
-
-o)
|
|
143
|
-
# configure might choose to run compile as 'compile cc -o foo foo.c'.
|
|
144
|
-
eat=1
|
|
145
|
-
case $2 in
|
|
146
|
-
*.o | *.[oO][bB][jJ])
|
|
147
|
-
func_file_conv "$2"
|
|
148
|
-
set x "$@" -Fo"$file"
|
|
149
|
-
shift
|
|
150
|
-
;;
|
|
151
|
-
*)
|
|
152
|
-
func_file_conv "$2"
|
|
153
|
-
set x "$@" -Fe"$file"
|
|
154
|
-
shift
|
|
155
|
-
;;
|
|
156
|
-
esac
|
|
157
|
-
;;
|
|
158
|
-
-I)
|
|
159
|
-
eat=1
|
|
160
|
-
func_file_conv "$2" mingw
|
|
161
|
-
set x "$@" -I"$file"
|
|
162
|
-
shift
|
|
163
|
-
;;
|
|
164
|
-
-I*)
|
|
165
|
-
func_file_conv "${1#-I}" mingw
|
|
166
|
-
set x "$@" -I"$file"
|
|
167
|
-
shift
|
|
168
|
-
;;
|
|
169
|
-
-l)
|
|
170
|
-
eat=1
|
|
171
|
-
func_cl_dashl "$2"
|
|
172
|
-
set x "$@" "$lib"
|
|
173
|
-
shift
|
|
174
|
-
;;
|
|
175
|
-
-l*)
|
|
176
|
-
func_cl_dashl "${1#-l}"
|
|
177
|
-
set x "$@" "$lib"
|
|
178
|
-
shift
|
|
179
|
-
;;
|
|
180
|
-
-L)
|
|
181
|
-
eat=1
|
|
182
|
-
func_cl_dashL "$2"
|
|
183
|
-
;;
|
|
184
|
-
-L*)
|
|
185
|
-
func_cl_dashL "${1#-L}"
|
|
186
|
-
;;
|
|
187
|
-
-static)
|
|
188
|
-
shared=false
|
|
189
|
-
;;
|
|
190
|
-
-warn)
|
|
191
|
-
eat=1
|
|
192
|
-
;;
|
|
193
|
-
-Wl,*)
|
|
194
|
-
arg=${1#-Wl,}
|
|
195
|
-
save_ifs="$IFS"; IFS=','
|
|
196
|
-
for flag in $arg; do
|
|
197
|
-
IFS="$save_ifs"
|
|
198
|
-
linker_opts="$linker_opts $flag"
|
|
199
|
-
done
|
|
200
|
-
IFS="$save_ifs"
|
|
201
|
-
;;
|
|
202
|
-
-Xlinker)
|
|
203
|
-
eat=1
|
|
204
|
-
linker_opts="$linker_opts $2"
|
|
205
|
-
;;
|
|
206
|
-
-*)
|
|
207
|
-
set x "$@" "$1"
|
|
208
|
-
shift
|
|
209
|
-
;;
|
|
210
|
-
*.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
|
|
211
|
-
func_file_conv "$1"
|
|
212
|
-
set x "$@" -Tp"$file"
|
|
213
|
-
shift
|
|
214
|
-
;;
|
|
215
|
-
*.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
|
216
|
-
func_file_conv "$1" mingw
|
|
217
|
-
set x "$@" "$file"
|
|
218
|
-
shift
|
|
219
|
-
;;
|
|
220
|
-
*)
|
|
221
|
-
set x "$@" "$1"
|
|
222
|
-
shift
|
|
223
|
-
;;
|
|
224
|
-
esac
|
|
225
|
-
fi
|
|
226
|
-
shift
|
|
227
|
-
done
|
|
228
|
-
if test -n "$linker_opts"; then
|
|
229
|
-
linker_opts="-link$linker_opts"
|
|
230
|
-
fi
|
|
231
|
-
exec "$@" $linker_opts
|
|
232
|
-
exit 1
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
eat=
|
|
236
|
-
|
|
237
|
-
case $1 in
|
|
238
|
-
'')
|
|
239
|
-
echo "$0: No command. Try '$0 --help' for more information." 1>&2
|
|
240
|
-
exit 1;
|
|
241
|
-
;;
|
|
242
|
-
-h | --h*)
|
|
243
|
-
cat <<\EOF
|
|
244
|
-
Usage: compile [--help] [--version] PROGRAM [ARGS]
|
|
245
|
-
|
|
246
|
-
Wrapper for compilers which do not understand '-c -o'.
|
|
247
|
-
Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
|
|
248
|
-
arguments, and rename the output as expected.
|
|
249
|
-
|
|
250
|
-
If you are trying to build a whole package this is not the
|
|
251
|
-
right script to run: please start by reading the file 'INSTALL'.
|
|
252
|
-
|
|
253
|
-
Report bugs to <bug-automake@gnu.org>.
|
|
254
|
-
EOF
|
|
255
|
-
exit $?
|
|
256
|
-
;;
|
|
257
|
-
-v | --v*)
|
|
258
|
-
echo "compile $scriptversion"
|
|
259
|
-
exit $?
|
|
260
|
-
;;
|
|
261
|
-
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
|
|
262
|
-
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
|
|
263
|
-
func_cl_wrapper "$@" # Doesn't return...
|
|
264
|
-
;;
|
|
265
|
-
esac
|
|
266
|
-
|
|
267
|
-
ofile=
|
|
268
|
-
cfile=
|
|
269
|
-
|
|
270
|
-
for arg
|
|
271
|
-
do
|
|
272
|
-
if test -n "$eat"; then
|
|
273
|
-
eat=
|
|
274
|
-
else
|
|
275
|
-
case $1 in
|
|
276
|
-
-o)
|
|
277
|
-
# configure might choose to run compile as 'compile cc -o foo foo.c'.
|
|
278
|
-
# So we strip '-o arg' only if arg is an object.
|
|
279
|
-
eat=1
|
|
280
|
-
case $2 in
|
|
281
|
-
*.o | *.obj)
|
|
282
|
-
ofile=$2
|
|
283
|
-
;;
|
|
284
|
-
*)
|
|
285
|
-
set x "$@" -o "$2"
|
|
286
|
-
shift
|
|
287
|
-
;;
|
|
288
|
-
esac
|
|
289
|
-
;;
|
|
290
|
-
*.c)
|
|
291
|
-
cfile=$1
|
|
292
|
-
set x "$@" "$1"
|
|
293
|
-
shift
|
|
294
|
-
;;
|
|
295
|
-
*)
|
|
296
|
-
set x "$@" "$1"
|
|
297
|
-
shift
|
|
298
|
-
;;
|
|
299
|
-
esac
|
|
300
|
-
fi
|
|
301
|
-
shift
|
|
302
|
-
done
|
|
303
|
-
|
|
304
|
-
if test -z "$ofile" || test -z "$cfile"; then
|
|
305
|
-
# If no '-o' option was seen then we might have been invoked from a
|
|
306
|
-
# pattern rule where we don't need one. That is ok -- this is a
|
|
307
|
-
# normal compilation that the losing compiler can handle. If no
|
|
308
|
-
# '.c' file was seen then we are probably linking. That is also
|
|
309
|
-
# ok.
|
|
310
|
-
exec "$@"
|
|
311
|
-
fi
|
|
312
|
-
|
|
313
|
-
# Name of file we expect compiler to create.
|
|
314
|
-
cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
|
315
|
-
|
|
316
|
-
# Create the lock directory.
|
|
317
|
-
# Note: use '[/\\:.-]' here to ensure that we don't use the same name
|
|
318
|
-
# that we are using for the .o file. Also, base the name on the expected
|
|
319
|
-
# object file name, since that is what matters with a parallel build.
|
|
320
|
-
lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
|
|
321
|
-
while true; do
|
|
322
|
-
if mkdir "$lockdir" >/dev/null 2>&1; then
|
|
323
|
-
break
|
|
324
|
-
fi
|
|
325
|
-
sleep 1
|
|
326
|
-
done
|
|
327
|
-
# FIXME: race condition here if user kills between mkdir and trap.
|
|
328
|
-
trap "rmdir '$lockdir'; exit 1" 1 2 15
|
|
329
|
-
|
|
330
|
-
# Run the compile.
|
|
331
|
-
"$@"
|
|
332
|
-
ret=$?
|
|
333
|
-
|
|
334
|
-
if test -f "$cofile"; then
|
|
335
|
-
test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
|
|
336
|
-
elif test -f "${cofile}bj"; then
|
|
337
|
-
test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
|
338
|
-
fi
|
|
339
|
-
|
|
340
|
-
rmdir "$lockdir"
|
|
341
|
-
exit $ret
|
|
342
|
-
|
|
343
|
-
# Local Variables:
|
|
344
|
-
# mode: shell-script
|
|
345
|
-
# sh-indentation: 2
|
|
346
|
-
# eval: (add-hook 'before-save-hook 'time-stamp)
|
|
347
|
-
# time-stamp-start: "scriptversion="
|
|
348
|
-
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
|
349
|
-
# time-stamp-time-zone: "UTC0"
|
|
350
|
-
# time-stamp-end: "; # UTC"
|
|
351
|
-
# End:
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
CC = gcc
|
|
2
|
-
CFLAGS = -O2 -Wall
|
|
3
|
-
prefix =
|
|
4
|
-
includedir = $(prefix)/include
|
|
5
|
-
libdir = $(prefix)/lib
|
|
6
|
-
CPPFLAGS = -I$(includedir)
|
|
7
|
-
LDFLAGS = -L$(libdir) -Wl,-rpath,$(libdir)
|
|
8
|
-
|
|
9
|
-
all: check-call check-callback
|
|
10
|
-
|
|
11
|
-
test-call: test-call.c testcases.c
|
|
12
|
-
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o test-call test-call.c -lffi
|
|
13
|
-
|
|
14
|
-
test-callback: test-callback.c testcases.c
|
|
15
|
-
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o test-callback test-callback.c -lffi
|
|
16
|
-
|
|
17
|
-
check-call: test-call
|
|
18
|
-
./test-call > test-call.out
|
|
19
|
-
LC_ALL=C uniq -u < test-call.out > failed-call
|
|
20
|
-
test '!' -s failed-call
|
|
21
|
-
|
|
22
|
-
check-callback: test-callback
|
|
23
|
-
./test-callback > test-callback.out
|
|
24
|
-
LC_ALL=C uniq -u < test-callback.out > failed-callback
|
|
25
|
-
test '!' -s failed-callback
|
|
26
|
-
|
|
27
|
-
clean:
|
|
28
|
-
rm -f test-call test-callback test-call.out test-callback.out failed-call failed-callback
|
package/lib/Actions.js.flow
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// @flow
|
|
2
|
-
import * as React from 'react'
|
|
3
|
-
import type {
|
|
4
|
-
ViewStyleProp,
|
|
5
|
-
ImageStyleProp,
|
|
6
|
-
TextStyleProp,
|
|
7
|
-
} from 'react-native/Libraries/StyleSheet/StyleSheet'
|
|
8
|
-
|
|
9
|
-
export type ActionsProps = $ReadOnly<{|
|
|
10
|
-
options?: {
|
|
11
|
-
[key: string]: any,
|
|
12
|
-
},
|
|
13
|
-
optionTintColor?: string,
|
|
14
|
-
icon?: () => React.Node,
|
|
15
|
-
wrapperStyle?: ViewStyleProp,
|
|
16
|
-
iconTextStyle?: TextStyleProp,
|
|
17
|
-
containerStyle?: ViewStyleProp,
|
|
18
|
-
onPressActionButton?: () => void,
|
|
19
|
-
|}>
|
|
20
|
-
|
|
21
|
-
export default class Actions extends React.Component<ActionsProps> {}
|
package/lib/Avatar.js.flow
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// @flow
|
|
2
|
-
import * as React from 'react'
|
|
3
|
-
import type { IMessage, User, LeftRightStyle } from './types'
|
|
4
|
-
import type {
|
|
5
|
-
ImageStyleProp,
|
|
6
|
-
ViewStyleProp,
|
|
7
|
-
} from 'react-native/Libraries/StyleSheet/StyleSheet'
|
|
8
|
-
|
|
9
|
-
export type AvatarProps<TMessage: IMessage = IMessage> = $ReadOnly<{|
|
|
10
|
-
currentMessage: TMessage,
|
|
11
|
-
previousMessage?: TMessage,
|
|
12
|
-
nextMessage?: TMessage,
|
|
13
|
-
position: 'left' | 'right',
|
|
14
|
-
renderAvatarOnTop?: boolean,
|
|
15
|
-
showAvatarForEveryMessage?: boolean,
|
|
16
|
-
imageStyle?: LeftRightStyle<ImageStyleProp>,
|
|
17
|
-
containerStyle?: LeftRightStyle<ViewStyleProp>,
|
|
18
|
-
renderAvatar?:
|
|
19
|
-
| (($Diff<AvatarProps<TMessage>, {| renderAvatar: * |}>) => React.Node)
|
|
20
|
-
| null,
|
|
21
|
-
onPressAvatar?: User => void,
|
|
22
|
-
onLongPressAvatar?: User => void,
|
|
23
|
-
|}>
|
|
24
|
-
|
|
25
|
-
export default class Avatar<
|
|
26
|
-
TMessage: IMessage = IMessage,
|
|
27
|
-
> extends React.Component<AvatarProps<TMessage>> {}
|
package/lib/Bubble.d.ts
DELETED
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
import PropTypes from 'prop-types';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { StyleProp, ViewStyle, TextStyle } from 'react-native';
|
|
4
|
-
import { QuickRepliesProps } from './QuickReplies';
|
|
5
|
-
import { MessageTextProps } from './MessageText';
|
|
6
|
-
import { MessageImageProps } from './MessageImage';
|
|
7
|
-
import { TimeProps } from './Time';
|
|
8
|
-
import { User, IMessage, LeftRightStyle, Reply, Omit, MessageVideoProps, MessageAudioProps } from './Models';
|
|
9
|
-
export type RenderMessageImageProps<TMessage extends IMessage> = Omit<BubbleProps<TMessage>, 'containerStyle' | 'wrapperStyle'> & MessageImageProps<TMessage>;
|
|
10
|
-
export type RenderMessageVideoProps<TMessage extends IMessage> = Omit<BubbleProps<TMessage>, 'containerStyle' | 'wrapperStyle'> & MessageVideoProps<TMessage>;
|
|
11
|
-
export type RenderMessageAudioProps<TMessage extends IMessage> = Omit<BubbleProps<TMessage>, 'containerStyle' | 'wrapperStyle'> & MessageAudioProps<TMessage>;
|
|
12
|
-
export type RenderMessageTextProps<TMessage extends IMessage> = Omit<BubbleProps<TMessage>, 'containerStyle' | 'wrapperStyle'> & MessageTextProps<TMessage>;
|
|
13
|
-
export interface BubbleProps<TMessage extends IMessage> {
|
|
14
|
-
user?: User;
|
|
15
|
-
touchableProps?: object;
|
|
16
|
-
renderUsernameOnMessage?: boolean;
|
|
17
|
-
isCustomViewBottom?: boolean;
|
|
18
|
-
inverted?: boolean;
|
|
19
|
-
position: 'left' | 'right';
|
|
20
|
-
currentMessage: TMessage;
|
|
21
|
-
nextMessage?: TMessage;
|
|
22
|
-
previousMessage?: TMessage;
|
|
23
|
-
optionTitles?: string[];
|
|
24
|
-
containerStyle?: LeftRightStyle<ViewStyle>;
|
|
25
|
-
wrapperStyle?: LeftRightStyle<ViewStyle>;
|
|
26
|
-
textStyle?: LeftRightStyle<TextStyle>;
|
|
27
|
-
bottomContainerStyle?: LeftRightStyle<ViewStyle>;
|
|
28
|
-
tickStyle?: StyleProp<TextStyle>;
|
|
29
|
-
containerToNextStyle?: LeftRightStyle<ViewStyle>;
|
|
30
|
-
containerToPreviousStyle?: LeftRightStyle<ViewStyle>;
|
|
31
|
-
usernameStyle?: TextStyle;
|
|
32
|
-
quickReplyStyle?: StyleProp<ViewStyle>;
|
|
33
|
-
quickReplyTextStyle?: StyleProp<TextStyle>;
|
|
34
|
-
quickReplyContainerStyle?: StyleProp<ViewStyle>;
|
|
35
|
-
onPress?(context?: unknown, message?: unknown): void;
|
|
36
|
-
onLongPress?(context?: unknown, message?: unknown): void;
|
|
37
|
-
onQuickReply?(replies: Reply[]): void;
|
|
38
|
-
renderMessageImage?(props: RenderMessageImageProps<TMessage>): React.ReactNode;
|
|
39
|
-
renderMessageVideo?(props: RenderMessageVideoProps<TMessage>): React.ReactNode;
|
|
40
|
-
renderMessageAudio?(props: RenderMessageAudioProps<TMessage>): React.ReactNode;
|
|
41
|
-
renderMessageText?(props: RenderMessageTextProps<TMessage>): React.ReactNode;
|
|
42
|
-
renderCustomView?(bubbleProps: BubbleProps<TMessage>): React.ReactNode;
|
|
43
|
-
renderTime?(timeProps: TimeProps<TMessage>): React.ReactNode;
|
|
44
|
-
renderTicks?(currentMessage: TMessage): React.ReactNode;
|
|
45
|
-
renderUsername?(user?: TMessage['user']): React.ReactNode;
|
|
46
|
-
renderQuickReplySend?(): React.ReactNode;
|
|
47
|
-
renderQuickReplies?(quickReplies: QuickRepliesProps<TMessage>): React.ReactNode;
|
|
48
|
-
}
|
|
49
|
-
export default class Bubble<TMessage extends IMessage = IMessage> extends React.Component<BubbleProps<TMessage>> {
|
|
50
|
-
static contextType: React.Context<import("./GiftedChatContext").IGiftedChatContext>;
|
|
51
|
-
static defaultProps: {
|
|
52
|
-
touchableProps: {};
|
|
53
|
-
onPress: null;
|
|
54
|
-
onLongPress: null;
|
|
55
|
-
renderMessageImage: null;
|
|
56
|
-
renderMessageVideo: null;
|
|
57
|
-
renderMessageAudio: null;
|
|
58
|
-
renderMessageText: null;
|
|
59
|
-
renderCustomView: null;
|
|
60
|
-
renderUsername: null;
|
|
61
|
-
renderTicks: null;
|
|
62
|
-
renderTime: null;
|
|
63
|
-
renderQuickReplies: null;
|
|
64
|
-
onQuickReply: null;
|
|
65
|
-
position: string;
|
|
66
|
-
currentMessage: {
|
|
67
|
-
text: null;
|
|
68
|
-
createdAt: null;
|
|
69
|
-
image: null;
|
|
70
|
-
};
|
|
71
|
-
nextMessage: {};
|
|
72
|
-
previousMessage: {};
|
|
73
|
-
containerStyle: {};
|
|
74
|
-
wrapperStyle: {};
|
|
75
|
-
bottomContainerStyle: {};
|
|
76
|
-
tickStyle: {};
|
|
77
|
-
usernameStyle: {};
|
|
78
|
-
containerToNextStyle: {};
|
|
79
|
-
containerToPreviousStyle: {};
|
|
80
|
-
};
|
|
81
|
-
static propTypes: {
|
|
82
|
-
user: PropTypes.Validator<object>;
|
|
83
|
-
touchableProps: PropTypes.Requireable<object>;
|
|
84
|
-
onLongPress: PropTypes.Requireable<(...args: any[]) => any>;
|
|
85
|
-
renderMessageImage: PropTypes.Requireable<(...args: any[]) => any>;
|
|
86
|
-
renderMessageVideo: PropTypes.Requireable<(...args: any[]) => any>;
|
|
87
|
-
renderMessageAudio: PropTypes.Requireable<(...args: any[]) => any>;
|
|
88
|
-
renderMessageText: PropTypes.Requireable<(...args: any[]) => any>;
|
|
89
|
-
renderCustomView: PropTypes.Requireable<(...args: any[]) => any>;
|
|
90
|
-
isCustomViewBottom: PropTypes.Requireable<boolean>;
|
|
91
|
-
renderUsernameOnMessage: PropTypes.Requireable<boolean>;
|
|
92
|
-
renderUsername: PropTypes.Requireable<(...args: any[]) => any>;
|
|
93
|
-
renderTime: PropTypes.Requireable<(...args: any[]) => any>;
|
|
94
|
-
renderTicks: PropTypes.Requireable<(...args: any[]) => any>;
|
|
95
|
-
renderQuickReplies: PropTypes.Requireable<(...args: any[]) => any>;
|
|
96
|
-
onQuickReply: PropTypes.Requireable<(...args: any[]) => any>;
|
|
97
|
-
position: PropTypes.Requireable<string>;
|
|
98
|
-
optionTitles: PropTypes.Requireable<(string | null | undefined)[]>;
|
|
99
|
-
currentMessage: PropTypes.Requireable<object>;
|
|
100
|
-
nextMessage: PropTypes.Requireable<object>;
|
|
101
|
-
previousMessage: PropTypes.Requireable<object>;
|
|
102
|
-
containerStyle: PropTypes.Requireable<PropTypes.InferProps<{
|
|
103
|
-
left: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
104
|
-
right: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
105
|
-
}>>;
|
|
106
|
-
wrapperStyle: PropTypes.Requireable<PropTypes.InferProps<{
|
|
107
|
-
left: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
108
|
-
right: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
109
|
-
}>>;
|
|
110
|
-
bottomContainerStyle: PropTypes.Requireable<PropTypes.InferProps<{
|
|
111
|
-
left: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
112
|
-
right: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
113
|
-
}>>;
|
|
114
|
-
tickStyle: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
115
|
-
usernameStyle: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
116
|
-
containerToNextStyle: PropTypes.Requireable<PropTypes.InferProps<{
|
|
117
|
-
left: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
118
|
-
right: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
119
|
-
}>>;
|
|
120
|
-
containerToPreviousStyle: PropTypes.Requireable<PropTypes.InferProps<{
|
|
121
|
-
left: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
122
|
-
right: PropTypes.Requireable<NonNullable<number | boolean | object | null | undefined>>;
|
|
123
|
-
}>>;
|
|
124
|
-
};
|
|
125
|
-
onPress: () => void;
|
|
126
|
-
onLongPress: () => void;
|
|
127
|
-
styledBubbleToNext(): (StyleProp<ViewStyle> | {
|
|
128
|
-
borderBottomLeftRadius: number;
|
|
129
|
-
} | {
|
|
130
|
-
borderBottomRightRadius: number;
|
|
131
|
-
})[] | null;
|
|
132
|
-
styledBubbleToPrevious(): (StyleProp<ViewStyle> | {
|
|
133
|
-
borderTopLeftRadius: number;
|
|
134
|
-
} | {
|
|
135
|
-
borderTopRightRadius: number;
|
|
136
|
-
})[] | null;
|
|
137
|
-
renderQuickReplies(): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
138
|
-
renderMessageText(): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
139
|
-
renderMessageImage(): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
140
|
-
renderMessageVideo(): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
141
|
-
renderMessageAudio(): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
142
|
-
renderTicks(): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
143
|
-
renderTime(): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
144
|
-
renderUsername(): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
145
|
-
renderCustomView(): React.ReactNode;
|
|
146
|
-
renderBubbleContent(): React.JSX.Element;
|
|
147
|
-
render(): React.JSX.Element;
|
|
148
|
-
}
|
package/lib/Bubble.js.flow
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
// @flow
|
|
2
|
-
import * as React from 'react'
|
|
3
|
-
import type { QuickRepliesProps } from './QuickReplies'
|
|
4
|
-
import type { MessageImageProps } from './MessageImage'
|
|
5
|
-
import type { MessageVideoProps } from './MessageVideo'
|
|
6
|
-
import type { MessageTextProps } from './MessageText'
|
|
7
|
-
import type { TimeProps } from './Time'
|
|
8
|
-
import type { User, IMessage, LeftRightStyle, Reply } from './types'
|
|
9
|
-
import type {
|
|
10
|
-
TextStyleProp,
|
|
11
|
-
ViewStyleProp,
|
|
12
|
-
} from 'react-native/Libraries/StyleSheet/StyleSheet'
|
|
13
|
-
|
|
14
|
-
export type RenderMessageImageProps<TMessage: IMessage = IMessage> = $Diff<
|
|
15
|
-
BubbleProps<TMessage>,
|
|
16
|
-
{| containerStyle: *, wrapperStyle: * |},
|
|
17
|
-
> &
|
|
18
|
-
MessageImageProps<TMessage>
|
|
19
|
-
|
|
20
|
-
export type RenderMessageVideoProps<TMessage: IMessage = IMessage> = $Diff<
|
|
21
|
-
BubbleProps<TMessage>,
|
|
22
|
-
{| containerStyle: *, wrapperStyle: * |},
|
|
23
|
-
> &
|
|
24
|
-
MessageVideoProps<TMessage>
|
|
25
|
-
|
|
26
|
-
export type RenderMessageTextProps<TMessage: IMessage = IMessage> = $Diff<
|
|
27
|
-
BubbleProps<TMessage>,
|
|
28
|
-
{| containerStyle: *, wrapperStyle: * |},
|
|
29
|
-
> &
|
|
30
|
-
MessageTextProps<TMessage>
|
|
31
|
-
|
|
32
|
-
export type BubbleProps<TMessage: IMessage = IMessage> = $ReadOnly<{|
|
|
33
|
-
user?: User,
|
|
34
|
-
touchableProps?: Object,
|
|
35
|
-
renderUsernameOnMessage?: boolean,
|
|
36
|
-
isCustomViewBottom?: boolean,
|
|
37
|
-
inverted?: boolean,
|
|
38
|
-
position: 'left' | 'right',
|
|
39
|
-
currentMessage: TMessage,
|
|
40
|
-
nextMessage?: TMessage,
|
|
41
|
-
previousMessage?: TMessage,
|
|
42
|
-
optionTitles?: (Array<string>),
|
|
43
|
-
containerStyle?: LeftRightStyle<ViewStyleProp>,
|
|
44
|
-
wrapperStyle?: LeftRightStyle<ViewStyleProp>,
|
|
45
|
-
textStyle?: LeftRightStyle<TextStyleProp>,
|
|
46
|
-
bottomContainerStyle?: LeftRightStyle<ViewStyleProp>,
|
|
47
|
-
tickStyle?: TextStyleProp,
|
|
48
|
-
containerToNextStyle?: LeftRightStyle<ViewStyleProp>,
|
|
49
|
-
containerToPreviousStyle?: LeftRightStyle<ViewStyleProp>,
|
|
50
|
-
usernameStyle?: TextStyleProp,
|
|
51
|
-
quickReplyStyle?: ViewStyleProp,
|
|
52
|
-
quickReplyTextStyle?: TextStyleProp,
|
|
53
|
-
quickReplyContainerStyle?: ViewStyleProp,
|
|
54
|
-
onLongPress?: (context?: any, message?: any) => void,
|
|
55
|
-
onQuickReply?: (Array<Reply>) => void,
|
|
56
|
-
renderMessageImage?: (RenderMessageImageProps<TMessage>) => React.Node,
|
|
57
|
-
renderMessageVideo?: (RenderMessageVideoProps<TMessage>) => React.Node,
|
|
58
|
-
renderMessageText?: (RenderMessageTextProps<TMessage>) => React.Node,
|
|
59
|
-
renderCustomView?: (BubbleProps<TMessage>) => React.Node,
|
|
60
|
-
renderTime?: (TimeProps: TMessage) => React.Node,
|
|
61
|
-
renderTicks?: TMessage => React.Node,
|
|
62
|
-
renderUsername?: () => React.Node,
|
|
63
|
-
renderQuickReplySend?: () => React.Node,
|
|
64
|
-
renderQuickReplies?: (QuickRepliesProps<TMessage>) => React.Node,
|
|
65
|
-
|}>
|
|
66
|
-
|
|
67
|
-
export default class Bubble<
|
|
68
|
-
TMessage: IMessage = IMessage,
|
|
69
|
-
> extends React.Component<BubbleProps<TMessage>> {}
|
package/lib/Bubble.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Bubble.js","sourceRoot":"","sources":["../src/Bubble.tsx"],"names":[],"mappings":"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"}
|