mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-04-28 20:25:43 +08:00
fix(data): add image
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -15,7 +15,7 @@ export default [
|
||||
user: {
|
||||
_id: 2,
|
||||
name: 'React Native',
|
||||
avatar: './assets/avatar.png',
|
||||
avatar: require('./assets/avatar.png'),
|
||||
},
|
||||
image: 'https://lh3.googleusercontent.com/-uXipYA5hSKc/VVWKiFIvo-I/AAAAAAAAAhQ/vkjLyZNEzUA/w800-h800/1.jpg',
|
||||
sent: true,
|
||||
@@ -37,7 +37,7 @@ export default [
|
||||
user: {
|
||||
_id: 2,
|
||||
name: 'React Native',
|
||||
avatar: './assets/avatar.png',
|
||||
avatar: require('./assets/avatar.png'),
|
||||
},
|
||||
sent: true,
|
||||
received: true,
|
||||
@@ -62,7 +62,7 @@ export default [
|
||||
user: {
|
||||
_id: 2,
|
||||
name: 'React Native',
|
||||
avatar: './assets/avatar.png',
|
||||
avatar: require('./assets/avatar.png'),
|
||||
},
|
||||
sent: true,
|
||||
received: true,
|
||||
|
||||
Reference in New Issue
Block a user