0.0.55-alpha.1 • Published 6 years ago
rn-lm-chat v0.0.55-alpha.1
rn-lm-chat
Getting started
$ npm install rn-lm-chat --save
Mostly automatic installation
$ react-native link rn-lm-chat
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜rn-lm-chat
and addRNKefuim.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNKefuim.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.iwhalecloud.kefuim.RNKefuimPackage;
to the imports at the top of the file - Add
new RNKefuimPackage()
to the list returned by thegetPackages()
method
- Append the following lines to
android/settings.gradle
:include ':rn-lm-chat' project(':rn-lm-chat').projectDir = new File(rootProject.projectDir, '../node_modules/rn-lm-chat/android')
- Insert the following lines inside the dependencies block in
android/app/build.gradle
:compile project(':rn-lm-chat')
Usage
import React, { Component } from "react";
import { Text, View } from "react-native";
import Demo from "rn-lm-chat";
export default class index extends Component {
render() {
return <Demo navigation={this.props.navigation} />;
}
}
0.0.55-alpha.1
6 years ago
0.0.55-alpha.0
6 years ago
0.0.56
6 years ago
0.0.55
6 years ago
0.0.54-alpha.0
6 years ago
0.0.52
6 years ago
0.0.51
6 years ago
0.0.50
6 years ago
0.0.49
6 years ago
0.0.48
6 years ago
0.0.47
6 years ago
0.0.46
6 years ago
0.0.45
6 years ago
0.0.44
6 years ago
0.0.43
6 years ago
0.0.42
6 years ago
0.0.41
6 years ago
0.0.40
6 years ago
0.0.39
6 years ago
0.0.38
6 years ago
0.0.37
6 years ago
0.0.36
6 years ago
0.0.34
6 years ago
0.0.32
6 years ago
0.0.31
6 years ago
0.0.30
6 years ago
0.0.29
6 years ago
0.0.28
6 years ago
0.0.27
6 years ago
0.0.26
6 years ago
0.0.25
6 years ago
0.0.24
6 years ago
0.0.23
6 years ago
0.0.22
6 years ago
0.0.20
6 years ago
0.0.19
6 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.1
6 years ago