Skip to content

Commit 1e89703

Browse files
committed
bump version
fixed readme
1 parent ad05adc commit 1e89703

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Web fork of most complete chat UI for React Native (formerly known as Gifted Mes
1919

2020
## Installation
2121

22-
- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-gifted-chat --save`
23-
- Using [Yarn](https://yarnpkg.com/): `yarn add react-native-gifted-chat`
22+
- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-web-gifted-chat --save`
23+
- Using [Yarn](https://yarnpkg.com/): `yarn add react-web-gifted-chat`
2424

2525
## Example
2626

@@ -134,24 +134,7 @@ e.g.
134134
- **`onInputTextChanged`** _(Function)_ - Callback when the input text changes
135135
- **`maxInputLength`** _(Integer)_ - Max message composer TextInput length
136136

137-
## Notes for Android
138-
139-
- Make sure you have `android:windowSoftInputMode="adjustResize"` in your `AndroidManifest.xml`:
140-
141-
```xml
142-
<activity
143-
android:name=".MainActivity"
144-
android:label="@string/app_name"
145-
android:windowSoftInputMode="adjustResize"
146-
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
147-
```
148-
149-
- If you plan to use `GiftedChat` inside a `Modal`, see [#200](https://github.com/FaridSafi/react-native-gifted-chat/issues/200).
150-
151137
## License
152138

153139
- [MIT](LICENSE)
154140

155-
## Author
156-
157-
Feel free to ask me questions on Twitter [@FaridSafi](https://www.twitter.com/FaridSafi)!

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-web-gifted-chat",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "The most complete chat UI for React Web",
55
"main": "index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/stermedia/react-web-gifted-chat#readme",
2323
"scripts": {
2424
"lint": "eslint . --ext .js,.jsx",
25-
"compile": "export BABEL_ENV='production' && rm -rf ./dist && mkdir dist && babel index.js src/* -d dist --ignore **/__tests__ && cp package.json dist/"
25+
"compile": "export BABEL_ENV='production' && rm -rf ./dist && mkdir dist && babel index.js src/* -d dist --ignore **/__tests__ && cp package.json dist/ && cp README.md dist/"
2626
},
2727
"devDependencies": {
2828
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)