0.1.6 • Published 2 years ago

momo-chat v0.1.6

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

React Native Momo Chat SDK

Install

yarn add momo-chat

Peer Dependencies

yarn add @momo-platform/api @momo-kits/core @momo-platform/utils

Usage

import { MomoChatScreen } from 'momo-chat'

// Add MomoChatScreen to SCREENS constant
const SCREENS = {
    ...,
    MomoChatScreen
}

//Open Chat Screen
MaxApi.startFeatureCode('chat_conversation_package', {
    animationType: 'Stack',
    friendId: '0962023623',
    friendName: 'Lê Thị Thuý',
    roomId: "9223370391964090893a7a21a6b-5013-4272-88bb-233a916c7316"
})
0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago