diff --git a/README.md b/README.md index 215f34bf0..436780dbf 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Web fork of most complete chat UI for React Native (formerly known as Gifted Mes ## Installation -- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-gifted-chat --save` -- Using [Yarn](https://yarnpkg.com/): `yarn add react-native-gifted-chat` +- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-web-gifted-chat --save` +- Using [Yarn](https://yarnpkg.com/): `yarn add react-web-gifted-chat` ## Example @@ -134,24 +134,7 @@ e.g. - **`onInputTextChanged`** _(Function)_ - Callback when the input text changes - **`maxInputLength`** _(Integer)_ - Max message composer TextInput length -## Notes for Android - -- Make sure you have `android:windowSoftInputMode="adjustResize"` in your `AndroidManifest.xml`: - - ```xml - - ``` - -- If you plan to use `GiftedChat` inside a `Modal`, see [#200](https://github.com/FaridSafi/react-native-gifted-chat/issues/200). - ## License - [MIT](LICENSE) -## Author - -Feel free to ask me questions on Twitter [@FaridSafi](https://www.twitter.com/FaridSafi)! diff --git a/package.json b/package.json index e513a76a7..2c144ee75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-web-gifted-chat", - "version": "0.0.1", + "version": "0.0.3", "description": "The most complete chat UI for React Web", "main": "index.js", "repository": { @@ -22,7 +22,7 @@ "homepage": "https://github.com/stermedia/react-web-gifted-chat#readme", "scripts": { "lint": "eslint . --ext .js,.jsx", - "compile": "export BABEL_ENV='production' && rm -rf ./dist && mkdir dist && babel index.js src/* -d dist --ignore **/__tests__ && cp package.json dist/" + "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/" }, "devDependencies": { "babel-cli": "^6.24.1",