From b4c7d5d3a7b4f4703cf676f98a783c6208d13d92 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 12 Jun 2017 11:57:18 -0700 Subject: [PATCH] Clarify Android installation for CRNA/Expo Explain that no native project changes are required in Create React Native App or Expo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c28b8f2fd..c17ec731d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Use `0.1.0` for RN >= `0.40.0` `npm install react-native-gifted-chat --save` ## Android installation + +If you are using Create React Native App / Expo, no Android specific installation steps are required -- you can skip this seciton. Otherwise, you will need to modify your project configuration as follows. + - Add `android:windowSoftInputMode="adjustResize"` to your Android Manifest `android/app/src/main/AndroidManifest.xml` ```xml