From 58ebaa91eff12b6f29f44f35f31b2866be15711b Mon Sep 17 00:00:00 2001 From: Simon B Date: Thu, 26 Jul 2018 01:01:31 +0200 Subject: [PATCH] Update README.md Some react version compatibility is missing. Not sure how that should be noted. Maybe also add some link to https://github.com/timarney/react-app-rewired/issues/162 so people coming in with react or react-native apps that can't be rewired won't send in unwanted bug reports about things not working that are not supposed to be working. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c24284f..c9ac65f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ react-app-rewired -# Rewire Your App +# Rewire Your React App + +Compatible with React xx up to xx. _NOT compatible with react-native_ Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts.