-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Started Cleanup #7477
Getting Started Cleanup #7477
Conversation
By analyzing the blame information on this pull request, we identified @willfong and @DavidYKay to be potential reviewers. |
@@ -52,7 +52,7 @@ block { display: none; } | |||
|
|||
<div>Unfortunately, Apple only lets you develop for iOS on a Mac machine. Please check out the <a href="" onclick="display('platform', 'android')">Android</a> instructions instead.</div> | |||
|
|||
<center><img src="https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xaf1/t39.1997-6/851591_233289256829505_447005964_n.png" width="150"></img></center> | |||
![not supported](img/react-native-sorry-not-supported.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are missing the <center>
and width
<center><img src="img/react-native-sorry-not-supported.png" width="150"></img></center>
@JoelMarcey updated the pull request. |
1. Remove note about upgrading homebrew pacakges. That was kind of noisy. 2. Use local images instead of those stored on Akamai. 3. Add wording for modifying test project about actually opening a file. 4. Add note about keeping initial defaults for Android Studio in tact
@JoelMarcey updated the pull request. |
Feel free to shipit |
@facebook-github-bot shipit |
@facebook-github-bot shipit |
@facebook-github-bot import |
Thanks for importing. If you are an FB employee go to Phabricator to review. |
@facebook-github-bot shipit |
c1f0ce2
Summary: 1. Remove note about upgrading Homebrew packages. That was kind of noisy. 2. Use local images instead of those stored on Akamai. 3. Add wording for modifying test project about actually opening a file. 4. Add note about keeping initial defaults for Android Studio install in tact. Tested site locally. Images and new wording appeared as expected. Closes #7477 Reviewed By: vjeux Differential Revision: D3281639 Pulled By: JoelMarcey fbshipit-source-id: ca956d97293ac3793431cb54f3560ee3e52c0dce
Summary: 1. Remove note about upgrading Homebrew packages. That was kind of noisy. 2. Use local images instead of those stored on Akamai. 3. Add wording for modifying test project about actually opening a file. 4. Add note about keeping initial defaults for Android Studio install in tact. Tested site locally. Images and new wording appeared as expected. Closes #7477 Reviewed By: vjeux Differential Revision: D3281639 Pulled By: JoelMarcey fbshipit-source-id: ca956d97293ac3793431cb54f3560ee3e52c0dce
Summary: 1. Remove note about upgrading Homebrew packages. That was kind of noisy. 2. Use local images instead of those stored on Akamai. 3. Add wording for modifying test project about actually opening a file. 4. Add note about keeping initial defaults for Android Studio install in tact. Tested site locally. Images and new wording appeared as expected. Closes facebook#7477 Reviewed By: vjeux Differential Revision: D3281639 Pulled By: JoelMarcey fbshipit-source-id: ca956d97293ac3793431cb54f3560ee3e52c0dce
Summary: 1. Remove note about upgrading Homebrew packages. That was kind of noisy. 2. Use local images instead of those stored on Akamai. 3. Add wording for modifying test project about actually opening a file. 4. Add note about keeping initial defaults for Android Studio install in tact. Tested site locally. Images and new wording appeared as expected. Closes facebook#7477 Reviewed By: vjeux Differential Revision: D3281639 Pulled By: JoelMarcey fbshipit-source-id: ca956d97293ac3793431cb54f3560ee3e52c0dce
Tested site locally. Images and new wording appeared as expected.