v0.4.12 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