Skip to content

v0.4.12 Release

Compare
Choose a tag to compare
@huangminlinux huangminlinux released this 18 Aug 06:30
· 738 commits to master since this release

Change Log

React Native

API Change

Before:
const AuroraIMUIController = NativeModules.AuroraIMUIModule

Now:

import IMUI from 'aurora-imui-react-native'
const AuroraIMUIController = IMUI.AuroraIMUIController

and you can refer to aurora-imui-react-native/index.js file for more detail.

New API

  • addMessageListDidLoadListener(callback: Function)
    add listener to get MessageListDidLoad event
  • removeMessageListDidLoadListener(callback: Function)
    remove listener