From 647f9388a9349ebc99b14feeae58cfbd1776bba6 Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Sun, 17 Nov 2019 22:09:27 -0800 Subject: [PATCH 1/2] Add contributors section to readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef609005168..7ec3ad88c16 100644 --- a/README.md +++ b/README.md @@ -182,14 +182,18 @@ All of the above tools can work with little to no configuration. If you prefer configuring the build yourself, [follow this guide](https://reactjs.org/docs/add-react-to-an-existing-app.html). +## React Native + +Looking for something similar, but for React Native?
+Check out [Expo CLI](https://github.com/expo/expo-cli). + ## Contributing We'd love to have your helping hand on `create-react-app`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started. -## React Native +## Credits -Looking for something similar, but for React Native?
-Check out [Expo CLI](https://github.com/expo/expo-cli). +This project exists thanks to all the people who [contribute](CONTRIBUTING.md). ## Acknowledgements From 1d14b29857585d94da6ac6e0f3aa238e61406014 Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Sun, 17 Nov 2019 22:11:21 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ec3ad88c16..caa74c74733 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,8 @@ We'd love to have your helping hand on `create-react-app`! See [CONTRIBUTING.md] ## Credits -This project exists thanks to all the people who [contribute](CONTRIBUTING.md). +This project exists thanks to all the people who [contribute](CONTRIBUTING.md).
+ ## Acknowledgements