Add README to RN Template App, added when npx react-native@latest init <AppName>#37521
Add README to RN Template App, added when npx react-native@latest init <AppName>#37521Pranav-yadav wants to merge 1 commit intofacebook:mainfrom
npx react-native@latest init <AppName>#37521Conversation
|
@cortinico WDYT?
Cc: @kelset |
npx react-native@latest init <AppName>
Base commit: be34852 |
cipolleschi
left a comment
There was a problem hiding this comment.
Thanks for taking the time for this. I left a comment on iOS as we should support explicitly both platforms! 😉
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
2503f10 to
955998d
Compare
|
Pushed some changes, addressing feedback! |
955998d to
3e060f2
Compare
3e060f2 to
f7c68b3
Compare
|
Basis, discussion above, also opened react-native-website PR: facebook/react-native-website#3732 |
kelset
left a comment
There was a problem hiding this comment.
Great work! Thanks @Pranav-yadav!
|
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
As Nick mentioned about the -- For Android: # using npm
npm run android
# OR using yarn
yarn androidFor iOS: # using npm
npm run ios
# OR using yarn
yarn ios-- @NickGerleman @kelset WDYT? |
|
yeah I think that's ok 👍 go for it |
f7c68b3 to
eb581df
Compare
eb581df to
e0d3c9f
Compare
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
#offtopic :) 👇
Looks like I discovered a bug in GitHub's frontend logic 😃 |
|
@cipolleschi merged this pull request in 377a8b7. |
…it <AppName>` (#37521) Summary: [skip-ci] I noticed that; when a _new_ RN App is created using RN CLI there is ***NO*** *README* file added to the project. Having a simple README file explaining what type of project it is, for example how other web projects do it, such as long lived `create-react-app`, now widely used `create-next-app`, etc. Why not for React Native App then? This PR; Adds README file to RN Template App ⚡, which should be added to the project when a new project is created using RN CLI. ### Website PR: facebook/react-native-website#3732 🚀😇 bypass-github-export-checks ## Changelog: [INTERNAL] [ADDED] - Add README to RN Template App ⚡ Pull Request resolved: #37521 Test Plan: - The README file should be included in the newly created RN App using RN CLI Reviewed By: NickGerleman Differential Revision: D46075719 Pulled By: cipolleschi fbshipit-source-id: efcccc09d72c57a065b36de6e787594082000e15
…it <AppName>` (#37521) Summary: [skip-ci] I noticed that; when a _new_ RN App is created using RN CLI there is ***NO*** *README* file added to the project. Having a simple README file explaining what type of project it is, for example how other web projects do it, such as long lived `create-react-app`, now widely used `create-next-app`, etc. Why not for React Native App then? This PR; Adds README file to RN Template App ⚡, which should be added to the project when a new project is created using RN CLI. ### Website PR: facebook/react-native-website#3732 🚀😇 bypass-github-export-checks ## Changelog: [INTERNAL] [ADDED] - Add README to RN Template App ⚡ Pull Request resolved: facebook/react-native#37521 Test Plan: - The README file should be included in the newly created RN App using RN CLI Reviewed By: NickGerleman Differential Revision: D46075719 Pulled By: cipolleschi fbshipit-source-id: efcccc09d72c57a065b36de6e787594082000e15 Original: facebook/react-native@377a8b7
…it <AppName>` (#37521) Summary: [skip-ci] I noticed that; when a _new_ RN App is created using RN CLI there is ***NO*** *README* file added to the project. Having a simple README file explaining what type of project it is, for example how other web projects do it, such as long lived `create-react-app`, now widely used `create-next-app`, etc. Why not for React Native App then? This PR; Adds README file to RN Template App ⚡, which should be added to the project when a new project is created using RN CLI. ### Website PR: facebook/react-native-website#3732 🚀😇 bypass-github-export-checks ## Changelog: [INTERNAL] [ADDED] - Add README to RN Template App ⚡ Pull Request resolved: facebook/react-native#37521 Test Plan: - The README file should be included in the newly created RN App using RN CLI Reviewed By: NickGerleman Differential Revision: D46075719 Pulled By: cipolleschi fbshipit-source-id: efcccc09d72c57a065b36de6e787594082000e15 Original-Commit: facebook/react-native@377a8b7
…it <AppName>` (#37521) Summary: [skip-ci] I noticed that; when a _new_ RN App is created using RN CLI there is ***NO*** *README* file added to the project. Having a simple README file explaining what type of project it is, for example how other web projects do it, such as long lived `create-react-app`, now widely used `create-next-app`, etc. Why not for React Native App then? This PR; Adds README file to RN Template App ⚡, which should be added to the project when a new project is created using RN CLI. ### Website PR: facebook/react-native-website#3732 🚀😇 bypass-github-export-checks ## Changelog: [INTERNAL] [ADDED] - Add README to RN Template App ⚡ Pull Request resolved: facebook/react-native#37521 Test Plan: - The README file should be included in the newly created RN App using RN CLI Reviewed By: NickGerleman Differential Revision: D46075719 Pulled By: cipolleschi fbshipit-source-id: efcccc09d72c57a065b36de6e787594082000e15 Original-Commit: facebook/react-native@377a8b7
Summary:
I noticed that; when a new RN App is created using RN CLI there is NO README file added to the project.
Having a simple README file explaining what type of project it is, for example how other web projects do it, such as long lived
create-react-app, now widely usedcreate-next-app, etc.Why not for React Native App then?
This PR; Adds README file to RN Template App ⚡, which should be added to the project when a new project is created using RN CLI.
Website PR: facebook/react-native-website#3732 🚀😇
Changelog:
[INTERNAL] [ADDED] - Add README to RN Template App ⚡
Test Plan: