Skip to content

Commit

Permalink
Update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Aug 29, 2018
1 parent 394492a commit 60a32f4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion ReactNative/sample/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default class TestRNIMUI extends Component {
var message = constructNormalMessage()
message.fromUser.avatarUrl = "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1534926548887&di=f107f4f8bd50fada6c5770ef27535277&imgtype=0&src=http%3A%2F%2Fpic.58pic.com%2F58pic%2F11%2F67%2F23%2F69i58PICP37.jpg",//1
message.msgType = 'image'
message.imageUrl = imageUrlArray[index]
message.mediaPath = imageUrlArray[index]
message.contentSize = { 'height': 100, 'width': 200 }
message.extras = { "extras": "fdfsf" }
AuroraIController.appendMessages([message])
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

0 comments on commit 60a32f4

Please sign in to comment.