0.0.55-alpha.1 • Published 7 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-chatand addRNKefuim.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNKefuim.ato 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
7 years ago
0.0.55-alpha.0
7 years ago
0.0.56
7 years ago
0.0.55
7 years ago
0.0.54-alpha.0
7 years ago
0.0.52
7 years ago
0.0.51
7 years ago
0.0.50
7 years ago
0.0.49
7 years ago
0.0.48
7 years ago
0.0.47
7 years ago
0.0.46
7 years ago
0.0.45
7 years ago
0.0.44
7 years ago
0.0.43
7 years ago
0.0.42
7 years ago
0.0.41
7 years ago
0.0.40
7 years ago
0.0.39
7 years ago
0.0.38
7 years ago
0.0.37
7 years ago
0.0.36
7 years ago
0.0.34
7 years ago
0.0.32
7 years ago
0.0.31
7 years ago
0.0.30
7 years ago
0.0.29
7 years ago
0.0.28
7 years ago
0.0.27
7 years ago
0.0.26
7 years ago
0.0.25
7 years ago
0.0.24
7 years ago
0.0.23
7 years ago
0.0.22
7 years ago
0.0.20
7 years ago
0.0.19
7 years ago
0.0.18
7 years ago
0.0.17
7 years ago
0.0.16
7 years ago
0.0.15
7 years ago
0.0.1
7 years ago