Uh oh!
There was an error while loading. Please reload this page.
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 into
npx react-native@latest init <AppName>#37521Conversation
Uh oh!
There was an error while loading. Please reload this page.
Pranav-yadav
commented
May 22, 2023
@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! 😉
Uh oh!
There was an error while loading. Please reload this page.
facebook-github-bot
commented
May 22, 2023
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
2503f10 to
955998dComparePranav-yadav
commented
May 22, 2023
Pushed some changes, addressing feedback! |
Uh oh!
There was an error while loading. Please reload this page.
955998d to
3e060f2CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
3e060f2 to
f7c68b3ComparePranav-yadav
commented
May 24, 2023
Basis, discussion above, also opened react-native-website PR: react/react-native-website#3732 |
Pranav-yadav
commented
May 24, 2023
kelset
left a comment
There was a problem hiding this comment.
Great work! Thanks @Pranav-yadav!
Pranav-yadav
commented
May 26, 2023
|
facebook-github-bot
commented
May 29, 2023
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Uh oh!
There was an error while loading. Please reload this page.
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? |
kelset
commented
Jun 13, 2023
yeah I think that's ok 👍 go for it |
f7c68b3 to
eb581dfComparePranav-yadav
commented
Jun 13, 2023
eb581df to
e0d3c9fCompare
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
facebook-github-bot
commented
Jun 14, 2023
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Pranav-yadav
commented
Jun 14, 2023
#offtopic :) 👇Looks like I discovered a bug in GitHub's frontend logic 😃 |
facebook-github-bot
commented
Jun 14, 2023
@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: react/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: react/react-native-website#3732 🚀😇 bypass-github-export-checks ## Changelog: [INTERNAL] [ADDED] - Add README to RN Template App ⚡ Pull Request resolved: react/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: react/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: react/react-native-website#3732 🚀😇 bypass-github-export-checks ## Changelog: [INTERNAL] [ADDED] - Add README to RN Template App ⚡ Pull Request resolved: react/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: react/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: react/react-native-website#3732 🚀😇 bypass-github-export-checks ## Changelog: [INTERNAL] [ADDED] - Add README to RN Template App ⚡ Pull Request resolved: react/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: react/react-native@377a8b7
Summary:
I noticed that; when a new RN App is created using RN CLI there is NOREADME 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: react/react-native-website#3732 🚀😇
Changelog:
[INTERNAL] [ADDED] - Add README to RN Template App ⚡
Test Plan: