Skip to content
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

docs: update running on simulator iOS #3346

Merged
merged 2 commits into from Oct 12, 2022

Conversation

luism3861
Copy link
Contributor

this PR update iOS simulators according this PR react-native-community/cli#1701

@luism3861 luism3861 changed the title update running on simulator iOS docs: update running on simulator iOS Sep 26, 2022
@netlify
Copy link

netlify bot commented Sep 26, 2022

Deploy Preview for react-native ready!

Name Link
🔨 Latest commit 89c0c4a
🔍 Latest deploy log https://app.netlify.com/sites/react-native/deploys/633b105b85eb5700088cb523
😎 Deploy Preview https://deploy-preview-3346--react-native.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@@ -9,13 +9,13 @@ Once you have your React Native project initialized, you can run `npx react-nati

## Specifying a device

You can specify the device the simulator should run with the `--simulator` flag, followed by the device name as a string. The default is `"iPhone 13"`. If you wish to run your app on an iPhone SE (2nd generation), run `npx react-native run-ios --simulator='iPhone SE (2nd generation)'`.
You can specify the device the simulator should run with the `--simulator` flag, followed by the device name as a string. The default is `"iPhone 14"`. If you wish to run your app on an iPhone SE (3rd generation), run `npx react-native run-ios --simulator='iPhone SE (3rd generation)'`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure if we can update also the docs for 0.70.
The change seems to be on the CLI 9.1. Is that inside React Native 0.70?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cortinico thanks for the review, recently added see facebook/react-native#34803

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup but this is on main, not on 0.70

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cortinico i restore the file in 0.70, is this PR draft and waiting for the next RN version?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup it will go now in the next version, which will also become 0.71.0

Copy link
Collaborator

@Simek Simek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As Nicola said, we can merge this in next now, thank you for the update! 🙏

@Simek Simek merged commit 6dc2805 into facebook:main Oct 12, 2022
sunnylqm added a commit to reactnativecn/react-native-website that referenced this pull request Nov 7, 2022
commit 00c2808
Author: Hyungu Kang | Airen <gusrn1423@naver.com>
Date:   Sun Nov 6 21:14:16 2022 +0900

    Added lineBreakStrategyIOS to Text and TextInput (facebook#2566)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit ab32e2d
Author: Robbie Plankenhorn <rplankenhorn@gmail.com>
Date:   Sun Nov 6 02:38:15 2022 -0600

    Speeding up Build: Fixing symbolic links (facebook#3329)

commit 8e22289
Author: Eric Edouard Amilhat <eamilhat@gmail.com>
Date:   Sat Nov 5 08:44:59 2022 +0100

    View Style Props: Add borderCurve prop (facebook#2785)

commit c944021
Author: Robbie <robbie@blueheart.io>
Date:   Sat Nov 5 07:41:43 2022 +0000

    Alert: Add "isPreferred" to AlertButtonStyle (facebook#2839)

commit f279c06
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Sat Nov 5 04:18:08 2022 -0300

    Add missing aria props to Accessibility docs (facebook#3396)

commit 00646cd
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Fri Nov 4 21:20:18 2022 -0300

    feat: Update fontVariant supported types docs (facebook#3378)

commit 96f4297
Author: khali70 <59835449+khali70@users.noreply.github.com>
Date:   Sat Nov 5 02:16:15 2022 +0200

    update to microsoft-openjdk11 (facebook#3386)

commit cdd9399
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Fri Nov 4 05:38:35 2022 -0300

    Fix documentation typos (facebook#3395)

commit ea4f803
Author: Alex Hunt <hello@alexhunt.io>
Date:   Wed Nov 2 21:07:20 2022 +0000

    Tweak homepage text to more broadly refer to platforms (facebook#3391)

commit 1636d5e
Author: Rafael Ricardo Vieceli <2790845+rvieceli@users.noreply.github.com>
Date:   Tue Nov 1 12:31:44 2022 +0100

    Replaced editUrl branch name with main (facebook#3389)

commit b47dc1d
Author: David Narbutovich <4661784+retyui@users.noreply.github.com>
Date:   Mon Oct 31 11:35:57 2022 +0100

    Recommend to use `es2019` and use community driven TS config `@tsconfig/react-native` (facebook#3342)

commit fd87e46
Author: Peter Cho <pcasdfj@gmail.com>
Date:   Fri Oct 28 17:54:38 2022 -0400

    Build from Source: add missing paren in publishing (facebook#3387)

commit d4fcb93
Author: Héctor Ramos <165856+hramos@users.noreply.github.com>
Date:   Thu Oct 27 19:38:17 2022 -0700

    The Hermes docs in next, also apply to 0.70. (facebook#3380)

commit 0339cae
Author: Héctor Ramos <165856+hramos@users.noreply.github.com>
Date:   Tue Oct 25 09:42:20 2022 -0700

    Add updated instructions on using Hermes (facebook#3376)

    * Add updated instructions on using Hermes

    * lint

commit df492ce
Author: Telmen <flyinvoke@gmail.com>
Date:   Wed Oct 19 19:20:52 2022 +0800

    Fix typo in New Architecture Intro (facebook#3374)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 262ff68
Author: mjh <61671361+mjh316@users.noreply.github.com>
Date:   Wed Oct 19 01:39:56 2022 -0700

    Fixed typo in headless-js-android.md (facebook#3377)

commit e4d0982
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Tue Oct 18 16:50:27 2022 +0100

    chore(release): Update release testing section for new E2E testing script (facebook#3368)

    * remove E2E section until we'll re-add it post E2E setup

    * remove mention of the E2E script

    * rework the release testing page

    * add mention of where to find the info to turn on new arch

    * typo

    * re-add section

commit 20908b3
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Sun Oct 16 16:45:48 2022 +0100

    New Architecture - Remove the extra steps required to copy .so files (facebook#3356)

commit ae47850
Author: Riccardo <cipolleschi@fb.com>
Date:   Sun Oct 16 16:45:12 2022 +0100

    fix: improve TM explanation (facebook#3364)

commit f042dca
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Wed Oct 12 20:50:17 2022 +0200

    add back missing docs vote component (facebook#3371)

commit 6dc2805
Author: Luis Medina <luism3861@gmail.com>
Date:   Wed Oct 12 03:19:27 2022 -0500

    docs: update running on simulator iOS (facebook#3346)

commit 3add39c
Author: Karl Horky <karl.horky@gmail.com>
Date:   Wed Oct 12 10:16:55 2022 +0200

    Getting Started: list zsh before bash in macOS guide (facebook#3358)

    Co-authored-by: Nicola Corti <corti.nico@gmail.com>

commit f6be947
Author: Chukwu Smart <chukwusmartchukwuemeka@gmail.com>
Date:   Wed Oct 12 09:14:23 2022 +0100

    ScrollView: rephrase onContentSizeChange description (facebook#3357)

    Co-authored-by: Nicola Corti <corti.nico@gmail.com>

commit 37d85ba
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Oct 12 05:11:14 2022 -0300

    Layout Props: Update aspectRatio supported types (facebook#3363)

commit e00c9b0
Author: Jesse Katsumata <jesse.katsumata@gmail.com>
Date:   Wed Oct 12 17:07:36 2022 +0900

    Getting Started: fix Android version label in older docs (facebook#3367)

commit 03d8848
Author: Timothy Yung <yungsters@meta.com>
Date:   Tue Oct 11 15:15:08 2022 -0700

    Fix headers on *.ts files (facebook#3370)

commit e5ba872
Author: Timothy Yung <yungsters@meta.com>
Date:   Tue Oct 11 15:07:00 2022 -0700

    Missing header in `docusaurus.config.js` (facebook#3369)

commit f0d9c4a
Author: Jesse Katsumata <jesse.katsumata@gmail.com>
Date:   Sat Oct 8 05:45:16 2022 +0900

    Communities: remove duplicate header (facebook#3365)

commit a6e7419
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Thu Oct 6 06:45:52 2022 -0300

    feat: Add verticalAlign to Text Style Props docs (facebook#3361)

commit 911a282
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Wed Oct 5 11:15:01 2022 +0100

    Finalize the Kotlinization (facebook#3360)

    * Finalize the Kotlinization

    * Remove extra imports

commit 3c124e0
Author: Asaf Korem <55082339+asafkorem@users.noreply.github.com>
Date:   Tue Oct 4 21:03:42 2022 +0300

    Showcase: add Wix's apps section. (facebook#3349)

commit 2e4eb04
Author: Kryštof Woldřich <31292499+krystofwoldrich@users.noreply.github.com>
Date:   Tue Oct 4 13:09:33 2022 +0200

    Fix codegen iOS scripts paths (facebook#3359)

commit 4c3603b
Author: Ismael Moreira <ismaelsousa1998@outlook.com>
Date:   Mon Oct 3 14:09:54 2022 -0300

    Update pillars-turbomodule.md (facebook#3355)

commit 4b1aeff
Author: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Date:   Mon Oct 3 15:58:05 2022 +0200

    fix: remove isTurboModuleEnabled check from docs (facebook#3337)

    * fix: remove isTurboModuleEnabled check

    * fix: remove unnecessary back ticks

    Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

    Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

commit 9987b07
Author: Timothy Yung <yungsters@meta.com>
Date:   Fri Sep 30 08:43:45 2022 -0700

    Fix more copyright header issues (facebook#3353)

commit 84397da
Author: Timothy Yung <yungsters@meta.com>
Date:   Fri Sep 30 08:43:28 2022 -0700

    Update to Contributor Covenant (facebook#3354)

commit 6e981dd
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Fri Sep 30 11:57:11 2022 +0100

    rework the community section of the website (facebook#3338)

    Co-authored-by: Luna <lunaleaps@gmail.com>

commit b943d45
Author: Timothy Yung <yungsters@fb.com>
Date:   Fri Sep 30 00:49:39 2022 -0700

    Apply updated copyright to `*.js` files (facebook#3352)

commit 006f573
Author: Timothy Yung <yungsters@fb.com>
Date:   Fri Sep 30 00:48:43 2022 -0700

    Address Security Vulnerabilities in Dependencies (facebook#3351)

commit d6fe39d
Author: Arati Chilad <58401542+arati-1@users.noreply.github.com>
Date:   Wed Sep 28 03:43:38 2022 -0700

    Checks for the documentation (facebook#3348)

commit 3d1ea2c
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Tue Sep 27 17:27:34 2022 +0100

    add NFL to the showcase (facebook#3347)

commit ff9886c
Author: Pavlos Vinieratos <pvinis@gmail.com>
Date:   Mon Sep 26 12:44:01 2022 +0300

    Update showcase link for Artsy (facebook#3340)

commit 905824a
Author: Joshua Yoes <37849890+joshuayoes@users.noreply.github.com>
Date:   Mon Sep 26 01:17:31 2022 -0700

    fix(native-modules-android.md): rename createCalendarEventCallback (facebook#3345)

commit 400d509
Author: Damoness <qjwdcool@qq.com>
Date:   Mon Sep 26 15:54:57 2022 +0800

    Layout Props: clean warning in example (facebook#3344)

commit 86139c5
Author: David Narbutovich <4661784+retyui@users.noreply.github.com>
Date:   Sun Sep 25 21:14:53 2022 +0400

    Document ability to pass Element via ItemSeparatorComponent (facebook#3343)

commit c9448b0
Author: Daksh Bhardwaj <dakshbhardwaj2@gmail.com>
Date:   Fri Sep 23 14:33:41 2022 +0530

    add documentation for `aria-valuemax` `aria-valuemin` `aria-valuenow` `aria-valuetext` (facebook#3318)

commit 54f9a7d
Author: Connor Tumbleson <iBotPeaches@users.noreply.github.com>
Date:   Fri Sep 23 03:02:12 2022 -0400

    Add Source Maps Page (facebook#3293)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
    Co-authored-by: Dmytro Rykun <dmitry.rykun@gmail.com>

commit 69f723b
Author: Daksh Bhardwaj <dakshbhardwaj2@gmail.com>
Date:   Fri Sep 23 12:29:47 2022 +0530

    Text: add documentation for `userSelect` prop (facebook#3311)

commit 4260478
Author: Daksh Bhardwaj <dakshbhardwaj2@gmail.com>
Date:   Fri Sep 23 12:25:51 2022 +0530

    add documentation for `aria-modal` prop (facebook#3320)

commit 94c5e80
Author: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Date:   Thu Sep 22 14:46:19 2022 +0200

    fix: remove isFabricEnabled check from docs (facebook#3336)

    * fix: remove isFabricEnabled check

    * fix: language lint

commit b55bdc6
Author: Dhruv Tailor <32268377+dhruvtailor7@users.noreply.github.com>
Date:   Thu Sep 22 18:15:06 2022 +0530

    Add new props to Image docs (facebook#3310)

commit 357254c
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Thu Sep 22 11:32:05 2022 +0100

    chore: clean up new arch docs (facebook#3332)

    * tweaks

    * revert change

commit 12dc712
Author: Akshansh Thakur <aksh500@gmail.com>
Date:   Wed Sep 21 23:18:21 2022 +0530

    Updated button.md to reference Pressable (facebook#3237)

commit 8754483
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Sep 21 09:47:51 2022 -0300

    Add id prop to Text, TouchableWithoutFeedback and View docs (facebook#3285)

commit 91ce6bc
Author: Riccardo <cipolleschi@fb.com>
Date:   Wed Sep 21 12:52:34 2022 +0100

    fix: Improve wording for iOS getting started (facebook#3334)

commit b5f5b5a
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Sep 21 08:23:41 2022 -0300

    Update colors docs regarding expanded support for CSS Colors (facebook#3306)

commit 4e386d6
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Wed Sep 21 11:41:31 2022 +0100

    Update docs with AGP 7.3.x setup (facebook#3333)

commit 72c8bd5
Author: Lorenzo Sciandra <lorenzo.sciandra@gmail.com>
Date:   Tue Sep 20 18:34:32 2022 +0100

    Modify the top navbar to be less full (facebook#3177)

    * modify navbar

    * rename

    * reorder and rename

    * reorder the navbar

    * change size to match the other elements

    * change style to match the other elements

    * tweak the footer to reflect the new header

    * fix link

    * fix the other link

    * small CSS tweaks

    * small naming tweak

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 7202412
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Tue Sep 20 00:35:29 2022 +0200

    fix incorrect link to re-enable prod deploy (facebook#3330)

commit 5dd8fcd
Author: Lorenzo Sciandra <lorenzo.sciandra@gmail.com>
Date:   Fri Sep 16 18:27:40 2022 +0100

    showcase: update entries (facebook#3328)

commit 8c65a42
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Fri Sep 16 11:19:11 2022 +0100

    minor tweaks to the wording for the versions page (facebook#3327)

commit 7bb5d88
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Sep 16 12:00:23 2022 +0300

    [0.71.0] Update the New Architecture guide with the changes for the New Template on Android (facebook#3324)

    Co-authored-by: Riccardo <cipolleschi@fb.com>

commit 5462afb
Author: Sunny Luo <sunnylqm@gmail.com>
Date:   Fri Sep 16 16:04:34 2022 +0800

    fix _getting-started-macos-ios.md info format (facebook#3326)

commit a917b04
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Thu Sep 15 14:54:20 2022 +0300

    Fix broken links to Appendix (facebook#3319)

commit 1285a79
Author: Riccardo <cipolleschi@fb.com>
Date:   Thu Sep 15 11:21:03 2022 +0200

    [Fix] Improve Getting started with iOS (facebook#3323)

commit 791d9d1
Author: Riccardo <cipolleschi@fb.com>
Date:   Wed Sep 14 10:39:08 2022 +0200

    [FEAT] Add doc to simplify podspecs for Native Modules and Native Components (facebook#3321)

    * [FEAT] Add doc to simplify podspecs for Native Modules and Native Components

    * fix: apply suggested changes I

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes II

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes III

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes IV

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes V

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes VI

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

commit 0468011
Author: JiashengWu <wujs1010@outlook.com>
Date:   Wed Sep 14 00:19:07 2022 -0700

    Fix title case in testing-overview.md (facebook#3322)

commit 38cd75a
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Tue Sep 13 19:24:25 2022 +0100

    Remove unnecessary box from Legacy Native Modules/Components (facebook#3313)

commit bbd36d1
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Sep 9 21:18:24 2022 +0100

    [0.70] Clarify New Architecture Terminology (facebook#3315)

commit c084b5a
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Sep 9 21:18:04 2022 +0100

    Clarify New Architecture Terminology - Take 2 (facebook#3316)

commit 63d00e7
Author: Ricky <rickhanlonii@gmail.com>
Date:   Fri Sep 9 15:13:35 2022 -0400

    Revert "Clarify New Architecture Terminology (facebook#3308)" (facebook#3314)

    This reverts commit 54d266b.

commit 54d266b
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Sep 9 15:08:43 2022 +0100

    Clarify New Architecture Terminology (facebook#3308)

commit 42e0266
Author: Riccardo <cipolleschi@fb.com>
Date:   Fri Sep 9 12:21:24 2022 +0100

    fix: Address missing feedback from prev PR (facebook#3312)

commit 4a3b02c
Author: Riccardo <cipolleschi@fb.com>
Date:   Fri Sep 9 12:03:13 2022 +0100

    [New Architecture][iOS][0.71.0] Update the App Migration section (facebook#3268)

commit 7c1091c
Author: Arati Chilad <58401542+arati-1@users.noreply.github.com>
Date:   Thu Sep 8 09:19:13 2022 -0700

    The New Architecture section editorial review  (facebook#3288)

    * [Do Not Merge] Refactoring The New Architecture (facebook#3029)

    * [Guide - The New Architecture] What Backward Compatibility Is (facebook#3038)

    * Guide to creating a New Architecture app from template (facebook#3056)

    * Start new template guide

    This is a first iteration. I want to get feedback on a few aspects, so
    starting from here as a baseline.

    * Update title

    * Use tabs for target OS

    Set up matching the style of "Getting Started", except I kept the
    headers inside the tabs for now as it makes for a useful right-hand TOC.

    * Capitalize New Architecture, simplify

    * Preliminary section for Hermes

    Add section for recommending enabling Hermes. Not sure of contents yet,
    and still have to test.

    * Reword to emphasize importance of Hermes usage

    * Show new arch in use

    * Add build speed article link

    * Add pro tip for pod install alias

    * Restructure, repeat less

    Favor linking to original setup guide instead of repeating content.

    * Note about Expo

    * Include command on uninstalling global CLI

    * How to learn more

    * Remove headers in tabs

    They don't work correctly with the righthand TOC.

    * Make header more clear

    * Use quote block less often

    There was way too much yellow.

    * Opt for instructions using XCode

    Because `xcodebuild clean` already failed me once when XCode GUI clean
    worked.

    * Fix lint issue

    * Improve wording

    * Use product name

    * Fix line wraps

    * Reword based on feedback

    * Note use of bundle install

    * Pod removal instructions

    Also standardize on using yarn scripts from template for commands, it's
    a little confusing to see the mix of `npx` and `yarn` once we start
    referring to `yarn pod-install`

    * Convert quotes to admonitions

    * Convert Note: to admonitions

    * Feedback: Change admonitions to caution

    * PR feedback

    * New Architecture landing page (facebook#3072)

    * First draft of landing page

    * Add migration and backwards compatibility links

    * lint fix

    * Restructure slightly, leaning more on context from Why a New Architecture

    * Don't need md in links

    * Suggested rewording

    * Rephrase pillar summaries

    * [Guide - The New Architecture] Why A New Architecture (facebook#3043)

    * [Guide - The New Architecture] Pillars (facebook#3046)

    * [Guide - The New Architecture] TurboModules as Native Modules (facebook#3039)

    * [Guide - The New Architecture] Fabric Components as Native Components (facebook#3040)

    * [FEAT][TNA] Fabric Component Guide (facebook#3132)

    * [Feat] Add intro for Fabric Components

    * feat: add guide to create a Fabric Component

    * Add page on codegen (facebook#3155)

    * [FEAT] TurboModules guide (facebook#3168)

    * [Feat] Add intro for Fabric Components

    * feat: add guide to create a Fabric Component

    * Beginning of guide/folder structure

    * WIP JS Spec

    * specification section

    * Configuration

    * native code intro

    * Must be named Spec

    * Best stab at iOS native code, but I don't know how to describe what's going on in the code very well. Extrapolated what I could.

    * Android instructions

    iOS isn't working for me. Builds, but can't load module.

    Writing up Android auto-linking next because the steps I tested did
    work.

    * Include linking instructions from RNNArch repo

    * Add example JavaScript

    * native modules link

    * Address quick feedback items

    * Remove, fix for rebased branch

    * fix TM parameter on Android

    * Revert to 'Codegen' casing

    * Revert folly version change

    2021.07.22 is for current version on main

    * fix typo

    * getTurboModule explainer

    * Sentence edits

    - Fix acronym bolding
    - Change wording to "recommended" because "standard" has other
      connotations of possibly being required
    - Parentheses unnecessary, distracting

    * Remove TODO for now

    Getting inconsistent results here, not sure if this is wrong or not;
    removing TODO for now so it doesn't block anything

    * ABI rephrase, more in line with new Fabric guide wording

    * Explain shared C++ code more

    * feat: add guide to create a Fabric Component

    * feat: add guide to create a Fabric Component

    * package.json description

    * Lint fixes

    * fix: Move JS constants to reduce changes

    * fix: Remove newline

    * feat: add required step for Android Codegen

    * fix: use the proper links

    Co-authored-by: Riccardo Cipolleschi <cipolleschi@fb.com>

    * wip: migration guide review (facebook#3200)

    * Fix for some typos and other editorial related changes

    * Update docs/the-new-architecture/pillars-fabric-components.md

    correcting the article

    Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

    * Update pillars-fabric-components.md

    Co-authored-by: Riccardo <cipolleschi@fb.com>
    Co-authored-by: Lizzi Lindboe <lindboe@users.noreply.github.com>
    Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

commit 9e6e311
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Thu Sep 8 12:55:43 2022 +0100

    Follow-up on CMake clarification for 0.70 (facebook#3309)

commit 000d581
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Thu Sep 8 09:49:49 2022 +0100

    Update New Architecture instructions to use CMake instead of Android.mk (facebook#3304)

commit d9d4adb
Author: Vojtech Novak <vonovak@gmail.com>
Date:   Wed Sep 7 09:08:34 2022 +0200

    docs: fix path in script example (facebook#3302)

commit 10f26e9
Author: Ricky <rickhanlonii@fb.com>
Date:   Tue Sep 6 13:00:59 2022 -0400

    Revert renaming native components (facebook#3301)

commit b432092
Author: Daksh Bhardwaj <daksh@plgworks.com>
Date:   Tue Sep 6 19:31:59 2022 +0530

    TextInput: Add enterKeyHint prop (facebook#3299)

commit f57ac2d
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 09:36:40 2022 -0300

    Image: Add tintColor prop (facebook#3292)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 7d7f483
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 09:35:28 2022 -0300

    View: Add tabIndex prop (facebook#3286)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 9422060
Author: fabriziobertoglio1987 <fabrizio.bertoglio@gmail.com>
Date:   Tue Sep 6 17:29:42 2022 +0800

    adding accessibilityRole 'grid' to documentation (facebook#3224)

commit 0de9633
Author: EvertEt <evert.etienne@gmail.com>
Date:   Tue Sep 6 11:22:19 2022 +0200

    Flexbox: correct example description (facebook#3284)

commit 04250d6
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 06:18:34 2022 -0300

    TextInput: Add inputMode prop (facebook#3289)

commit 9a4ad7a
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 06:08:25 2022 -0300

    TextInput: Add rows prop (facebook#3280)

commit 51a7543
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 06:04:49 2022 -0300

    AccessibilityInfo: add prefersCrossFadeTransitions to docs (facebook#3279)

commit 010d7cd
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 06:02:01 2022 -0300

    TextInput: Add readOnly prop (facebook#3278)
sunnylqm added a commit to reactnativecn/react-native-website that referenced this pull request Nov 7, 2022
* TextInput: Add readOnly prop (facebook#3278)

* AccessibilityInfo: add prefersCrossFadeTransitions to docs (facebook#3279)

* TextInput: Add rows prop (facebook#3280)

* TextInput: Add inputMode prop (facebook#3289)

* Flexbox: correct example description (facebook#3284)

* adding accessibilityRole 'grid' to documentation (facebook#3224)

* View: Add tabIndex prop (facebook#3286)

Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

* Image: Add tintColor prop (facebook#3292)

Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

* TextInput: Add enterKeyHint prop (facebook#3299)

* Revert renaming native components (facebook#3301)

* docs: fix path in script example (facebook#3302)

* Update New Architecture instructions to use CMake instead of Android.mk (facebook#3304)

* Follow-up on CMake clarification for 0.70 (facebook#3309)

* The New Architecture section editorial review  (facebook#3288)

* [Do Not Merge] Refactoring The New Architecture (facebook#3029)

* [Guide - The New Architecture] What Backward Compatibility Is (facebook#3038)

* Guide to creating a New Architecture app from template (facebook#3056)

* Start new template guide

This is a first iteration. I want to get feedback on a few aspects, so
starting from here as a baseline.

* Update title

* Use tabs for target OS

Set up matching the style of "Getting Started", except I kept the
headers inside the tabs for now as it makes for a useful right-hand TOC.

* Capitalize New Architecture, simplify

* Preliminary section for Hermes

Add section for recommending enabling Hermes. Not sure of contents yet,
and still have to test.

* Reword to emphasize importance of Hermes usage

* Show new arch in use

* Add build speed article link

* Add pro tip for pod install alias

* Restructure, repeat less

Favor linking to original setup guide instead of repeating content.

* Note about Expo

* Include command on uninstalling global CLI

* How to learn more

* Remove headers in tabs

They don't work correctly with the righthand TOC.

* Make header more clear

* Use quote block less often

There was way too much yellow.

* Opt for instructions using XCode

Because `xcodebuild clean` already failed me once when XCode GUI clean
worked.

* Fix lint issue

* Improve wording

* Use product name

* Fix line wraps

* Reword based on feedback

* Note use of bundle install

* Pod removal instructions

Also standardize on using yarn scripts from template for commands, it's
a little confusing to see the mix of `npx` and `yarn` once we start
referring to `yarn pod-install`

* Convert quotes to admonitions

* Convert Note: to admonitions

* Feedback: Change admonitions to caution

* PR feedback

* New Architecture landing page (facebook#3072)

* First draft of landing page

* Add migration and backwards compatibility links

* lint fix

* Restructure slightly, leaning more on context from Why a New Architecture

* Don't need md in links

* Suggested rewording

* Rephrase pillar summaries

* [Guide - The New Architecture] Why A New Architecture (facebook#3043)

* [Guide - The New Architecture] Pillars (facebook#3046)

* [Guide - The New Architecture] TurboModules as Native Modules (facebook#3039)

* [Guide - The New Architecture] Fabric Components as Native Components (facebook#3040)

* [FEAT][TNA] Fabric Component Guide (facebook#3132)

* [Feat] Add intro for Fabric Components

* feat: add guide to create a Fabric Component

* Add page on codegen (facebook#3155)

* [FEAT] TurboModules guide (facebook#3168)

* [Feat] Add intro for Fabric Components

* feat: add guide to create a Fabric Component

* Beginning of guide/folder structure

* WIP JS Spec

* specification section

* Configuration

* native code intro

* Must be named Spec

* Best stab at iOS native code, but I don't know how to describe what's going on in the code very well. Extrapolated what I could.

* Android instructions

iOS isn't working for me. Builds, but can't load module.

Writing up Android auto-linking next because the steps I tested did
work.

* Include linking instructions from RNNArch repo

* Add example JavaScript

* native modules link

* Address quick feedback items

* Remove, fix for rebased branch

* fix TM parameter on Android

* Revert to 'Codegen' casing

* Revert folly version change

2021.07.22 is for current version on main

* fix typo

* getTurboModule explainer

* Sentence edits

- Fix acronym bolding
- Change wording to "recommended" because "standard" has other
  connotations of possibly being required
- Parentheses unnecessary, distracting

* Remove TODO for now

Getting inconsistent results here, not sure if this is wrong or not;
removing TODO for now so it doesn't block anything

* ABI rephrase, more in line with new Fabric guide wording

* Explain shared C++ code more

* feat: add guide to create a Fabric Component

* feat: add guide to create a Fabric Component

* package.json description

* Lint fixes

* fix: Move JS constants to reduce changes

* fix: Remove newline

* feat: add required step for Android Codegen

* fix: use the proper links

Co-authored-by: Riccardo Cipolleschi <cipolleschi@fb.com>

* wip: migration guide review (facebook#3200)

* Fix for some typos and other editorial related changes

* Update docs/the-new-architecture/pillars-fabric-components.md

correcting the article

Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

* Update pillars-fabric-components.md

Co-authored-by: Riccardo <cipolleschi@fb.com>
Co-authored-by: Lizzi Lindboe <lindboe@users.noreply.github.com>
Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

* [New Architecture][iOS][0.71.0] Update the App Migration section (facebook#3268)

* fix: Address missing feedback from prev PR (facebook#3312)

* Clarify New Architecture Terminology (facebook#3308)

* Revert "Clarify New Architecture Terminology (facebook#3308)" (facebook#3314)

This reverts commit 54d266b.

* Clarify New Architecture Terminology - Take 2 (facebook#3316)

* [0.70] Clarify New Architecture Terminology (facebook#3315)

* Remove unnecessary box from Legacy Native Modules/Components (facebook#3313)

* Fix title case in testing-overview.md (facebook#3322)

* [FEAT] Add doc to simplify podspecs for Native Modules and Native Components (facebook#3321)

* [FEAT] Add doc to simplify podspecs for Native Modules and Native Components

* fix: apply suggested changes I

Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

* fix: apply suggested changes II

Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

* fix: apply suggested changes III

Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

* fix: apply suggested changes IV

Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

* fix: apply suggested changes V

Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

* fix: apply suggested changes VI

Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

* [Fix] Improve Getting started with iOS (facebook#3323)

* Fix broken links to Appendix (facebook#3319)

* fix _getting-started-macos-ios.md info format (facebook#3326)

* [0.71.0] Update the New Architecture guide with the changes for the New Template on Android (facebook#3324)

Co-authored-by: Riccardo <cipolleschi@fb.com>

* minor tweaks to the wording for the versions page (facebook#3327)

* showcase: update entries (facebook#3328)

* fix incorrect link to re-enable prod deploy (facebook#3330)

* Modify the top navbar to be less full (facebook#3177)

* modify navbar

* rename

* reorder and rename

* reorder the navbar

* change size to match the other elements

* change style to match the other elements

* tweak the footer to reflect the new header

* fix link

* fix the other link

* small CSS tweaks

* small naming tweak

Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

* Update docs with AGP 7.3.x setup (facebook#3333)

* Update colors docs regarding expanded support for CSS Colors (facebook#3306)

* fix: Improve wording for iOS getting started (facebook#3334)

* Add id prop to Text, TouchableWithoutFeedback and View docs (facebook#3285)

* Updated button.md to reference Pressable (facebook#3237)

* chore: clean up new arch docs (facebook#3332)

* tweaks

* revert change

* Add new props to Image docs (facebook#3310)

* fix: remove isFabricEnabled check from docs (facebook#3336)

* fix: remove isFabricEnabled check

* fix: language lint

* add documentation for `aria-modal` prop (facebook#3320)

* Text: add documentation for `userSelect` prop (facebook#3311)

* Add Source Maps Page (facebook#3293)

Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Dmytro Rykun <dmitry.rykun@gmail.com>

* add documentation for `aria-valuemax` `aria-valuemin` `aria-valuenow` `aria-valuetext` (facebook#3318)

* Document ability to pass Element via ItemSeparatorComponent (facebook#3343)

* Layout Props: clean warning in example (facebook#3344)

* fix(native-modules-android.md): rename createCalendarEventCallback (facebook#3345)

* Update showcase link for Artsy (facebook#3340)

* add NFL to the showcase (facebook#3347)

* Checks for the documentation (facebook#3348)

* Address Security Vulnerabilities in Dependencies (facebook#3351)

* Apply updated copyright to `*.js` files (facebook#3352)

* rework the community section of the website (facebook#3338)

Co-authored-by: Luna <lunaleaps@gmail.com>

* Update to Contributor Covenant (facebook#3354)

* Fix more copyright header issues (facebook#3353)

* fix: remove isTurboModuleEnabled check from docs (facebook#3337)

* fix: remove isTurboModuleEnabled check

* fix: remove unnecessary back ticks

Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

* Update pillars-turbomodule.md (facebook#3355)

* Fix codegen iOS scripts paths (facebook#3359)

* Showcase: add Wix's apps section. (facebook#3349)

* Finalize the Kotlinization (facebook#3360)

* Finalize the Kotlinization

* Remove extra imports

* feat: Add verticalAlign to Text Style Props docs (facebook#3361)

* Communities: remove duplicate header (facebook#3365)

* Missing header in `docusaurus.config.js` (facebook#3369)

* Fix headers on *.ts files (facebook#3370)

* Getting Started: fix Android version label in older docs (facebook#3367)

* Layout Props: Update aspectRatio supported types (facebook#3363)

* ScrollView: rephrase onContentSizeChange description (facebook#3357)

Co-authored-by: Nicola Corti <corti.nico@gmail.com>

* Getting Started: list zsh before bash in macOS guide (facebook#3358)

Co-authored-by: Nicola Corti <corti.nico@gmail.com>

* docs: update running on simulator iOS (facebook#3346)

* add back missing docs vote component (facebook#3371)

* fix: improve TM explanation (facebook#3364)

* New Architecture - Remove the extra steps required to copy .so files (facebook#3356)

* chore(release): Update release testing section for new E2E testing script (facebook#3368)

* remove E2E section until we'll re-add it post E2E setup

* remove mention of the E2E script

* rework the release testing page

* add mention of where to find the info to turn on new arch

* typo

* re-add section

* Fixed typo in headless-js-android.md (facebook#3377)

* Fix typo in New Architecture Intro (facebook#3374)

Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

* Add updated instructions on using Hermes (facebook#3376)

* Add updated instructions on using Hermes

* lint

* The Hermes docs in next, also apply to 0.70. (facebook#3380)

* Build from Source: add missing paren in publishing (facebook#3387)

* Recommend to use `es2019` and use community driven TS config `@tsconfig/react-native` (facebook#3342)

* Replaced editUrl branch name with main (facebook#3389)

* Tweak homepage text to more broadly refer to platforms (facebook#3391)

* Fix documentation typos (facebook#3395)

* update to microsoft-openjdk11 (facebook#3386)

* feat: Update fontVariant supported types docs (facebook#3378)

* Add missing aria props to Accessibility docs (facebook#3396)

* Alert: Add "isPreferred" to AlertButtonStyle (facebook#2839)

* View Style Props: Add borderCurve prop (facebook#2785)

* Speeding up Build: Fixing symbolic links (facebook#3329)

* Added lineBreakStrategyIOS to Text and TextInput (facebook#2566)

Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

Co-authored-by: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Co-authored-by: EvertEt <evert.etienne@gmail.com>
Co-authored-by: fabriziobertoglio1987 <fabrizio.bertoglio@gmail.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Daksh Bhardwaj <daksh@plgworks.com>
Co-authored-by: Ricky <rickhanlonii@fb.com>
Co-authored-by: Vojtech Novak <vonovak@gmail.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>
Co-authored-by: Riccardo <cipolleschi@fb.com>
Co-authored-by: Lizzi Lindboe <lindboe@users.noreply.github.com>
Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>
Co-authored-by: Ricky <rickhanlonii@gmail.com>
Co-authored-by: JiashengWu <wujs1010@outlook.com>
Co-authored-by: Lorenzo Sciandra <lsciandra@microsoft.com>
Co-authored-by: Lorenzo Sciandra <lorenzo.sciandra@gmail.com>
Co-authored-by: Akshansh Thakur <aksh500@gmail.com>
Co-authored-by: Dhruv Tailor <32268377+dhruvtailor7@users.noreply.github.com>
Co-authored-by: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Co-authored-by: Daksh Bhardwaj <dakshbhardwaj2@gmail.com>
Co-authored-by: Connor Tumbleson <iBotPeaches@users.noreply.github.com>
Co-authored-by: Dmytro Rykun <dmitry.rykun@gmail.com>
Co-authored-by: David Narbutovich <4661784+retyui@users.noreply.github.com>
Co-authored-by: Damoness <qjwdcool@qq.com>
Co-authored-by: Joshua Yoes <37849890+joshuayoes@users.noreply.github.com>
Co-authored-by: Pavlos Vinieratos <pvinis@gmail.com>
Co-authored-by: Timothy Yung <yungsters@fb.com>
Co-authored-by: Luna <lunaleaps@gmail.com>
Co-authored-by: Timothy Yung <yungsters@meta.com>
Co-authored-by: Ismael Moreira <ismaelsousa1998@outlook.com>
Co-authored-by: Kryštof Woldřich <31292499+krystofwoldrich@users.noreply.github.com>
Co-authored-by: Asaf Korem <55082339+asafkorem@users.noreply.github.com>
Co-authored-by: Jesse Katsumata <jesse.katsumata@gmail.com>
Co-authored-by: Chukwu Smart <chukwusmartchukwuemeka@gmail.com>
Co-authored-by: Karl Horky <karl.horky@gmail.com>
Co-authored-by: Luis Medina <luism3861@gmail.com>
Co-authored-by: mjh <61671361+mjh316@users.noreply.github.com>
Co-authored-by: Telmen <flyinvoke@gmail.com>
Co-authored-by: Héctor Ramos <165856+hramos@users.noreply.github.com>
Co-authored-by: Peter Cho <pcasdfj@gmail.com>
Co-authored-by: Rafael Ricardo Vieceli <2790845+rvieceli@users.noreply.github.com>
Co-authored-by: Alex Hunt <hello@alexhunt.io>
Co-authored-by: khali70 <59835449+khali70@users.noreply.github.com>
Co-authored-by: Robbie <robbie@blueheart.io>
Co-authored-by: Eric Edouard Amilhat <eamilhat@gmail.com>
Co-authored-by: Robbie Plankenhorn <rplankenhorn@gmail.com>
Co-authored-by: Hyungu Kang | Airen <gusrn1423@naver.com>
sunnylqm added a commit to reactnativecn/react-native-website that referenced this pull request Jan 2, 2023
commit eb540aeaaf06d15f6601ae858e7f5b58ac25eba5
Author: Timothy Yung <yungsters@meta.com>
Date:   Fri Dec 30 04:13:03 2022 -0500

    Remove `NativeDeprecated` from "Direct Manipulation" page (#3489)

commit bc31146236dc79f615c6c3d947cdd87ab0221324
Author: Luna <lunaleaps@gmail.com>
Date:   Wed Dec 28 11:57:30 2022 -0800

    Clarify New Architecture = Fabric and link to instructions

commit e1bebde7895dee188394a8a672e30d9498015555
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Thu Dec 22 16:09:46 2022 -0800

    Update Linting to RN 0.71.0-rc.5 (#3486)

    Updates to a package with newer RN typings, which no longer require patching.

commit 170430f42e7ee5aae4a902866902e0e2f9873425
Author: David Angulo <hello@davidangulo.xyz>
Date:   Mon Dec 19 23:38:42 2022 +0800

    Rename `POST_NOTIFICATION` to `POST_NOTIFICATIONS` (#3448)

commit 8003fbdd160469748cac4ee8241dc728981ceb04
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Sat Dec 17 09:56:39 2022 -0800

    Update AccessibilityInfo Inline JSX to TSX (#3484)

    This slipped by. Updating the examples here for TS.

commit 3ed46a9e91ec2534e052a84e5293f1cb8937f10f
Author: Christoph Purrer <christophpurrer@gmail.com>
Date:   Fri Dec 16 10:40:57 2022 +0100

    Make C++ TM example work with C++17 (#3483)

    The example given uses C++20 syntax which MSVC does not support yet.
    It works in clang with some special compiler flags.
    Updated sample also works in C++17.

    Verified that example compiles in Xcode

commit 2f542db420d7311a2a2d79e92609412c7fb3487d
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Thu Dec 15 11:29:16 2022 -0800

    Update Inline JSX and Type Definitions (2/2) (#3478)

    * Update Inline JSX and Type Definitions (2/2)

    This is a best effort attempt at updating all of the non-snack code examples to TypeScript, adding type definitions to signatures, updating existing type signature documentation to align to TS instead of Flow, and applying a couple formatting changes for consistency with RN's prettier config.

    A lot of instances of removeListener have been removed in code, and are now removed on the website. I also removed some APIs which should not be called by user code (e.g. functions called by native from the framework).

    I also marked a couple of the removed APIs as removed instead of deprecated, and didn't bother to update them.

    Finally, we now consistently end function declarations with a semicolon where before some docs did, and others didn't.

    * Update docs/new-architecture-library-intro.md

    * Update docs/virtualizedlist.md

    * Update docs/pixelratio.md

    * format

    * dedent getItemLayout

    * Update docs/new-architecture-library-intro.md

    * Update docs/new-architecture-library-intro.md

    * Update docs/new-architecture-library-intro.md

    * Update docs/permissionsandroid.md

    * Update docs/settings.md

    * Update docs/statusbar.md

    * Update docs/systrace.md

    * Update docs/timers.md

    * Update docs/toastandroid.md

    * Update docs/vibration.md

commit b78694f84d98d55164b5c98ad3e5c597f86c205e
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Thu Dec 15 11:05:05 2022 -0800

    Update Inline JSX and Type Definitions (1/2) (#3477)

    * Update Inline JSX and Type Definitions (1/2)

    This is a best effort attempt at updating all of the non-snack code examples to TypeScript, adding type definitions to signatures, updating existing type signature documentation to align to TS instead of Flow, and applying a couple formatting changes for consistency with RN's prettier config.

    A lot of instances of `removeListener` have been removed in code, and are now removed on the website. I also removed some APIs which should not be called by user code (e.g. functions called by native from the framework).

    I also marked a couple of the removed APIs as removed instead of deprecated, and didn't bother to update them.

    Finally, we now consistenyl end function declarations with a semicolon where before some docs did, and others didn't.

    * Fix InteractionManager

    * fix keyboard spacing

    * .

    * formatting

    * Update docs/flatlist.md

    * Apply suggestions from code review

    * Update docs/native-modules-ios.md

    * format

    * Update website prettierrc to match React Native's

    * format versioned docs

commit 4131de4ac88ef8c88403fc1251547773b3f7c24f
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Thu Dec 15 10:02:43 2022 -0800

    Typescriptify Examples T-Z (and enforce) (#3474)

    * Typescriptify Examples T-Z (and enforce)

    This makes examples in documents starting from T-Z valid for TypeScript, and enables typechecking as part of linting to enforce new examples are clean. Because of that, this change must be merged after https://github.com/facebook/react-native-website/pull/3473

    * Run yarn from repo root

commit 333f1742f6b8bd601f1675d85eb441fc6145730f
Author: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Date:   Thu Dec 15 17:58:30 2022 +0100

    chore: fix objective-c syntax highlighting (#3482)

commit 741b3b23f9899437e8919fe161dce4f766c3ea62
Author: Manuel Carrillo Almoguera <manucaralmo@gmail.com>
Date:   Thu Dec 15 14:50:16 2022 +0100

    Fixed "Staying up to date" blog link (#3481)

commit 25b8e43ba23df806a113a323b43afd887f7ec2aa
Author: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Date:   Thu Dec 15 13:17:32 2022 +0100

    fix: remove explicit folly version as it's not needed anymore (#3471)

commit bcc51045c7fbea239983e7f09b1d36e05b6770ff
Author: Christoph Purrer <christophpurrer@outlook.com>
Date:   Thu Dec 15 12:01:17 2022 +0100

    Add Cxx TurboModule Guide (#3439)

    A comprehensive guide to C++ Turbo Native Modules

commit 53b4e1bf4552f28f89207bfabab87603465871b4
Author: Luna <lunaleaps@gmail.com>
Date:   Wed Dec 14 16:55:14 2022 -0800

    Fix a typo and consistently capitalize New Architecture

commit 0c3364e80186eaa7c5a389e9af751d5dcf908703
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Wed Dec 14 21:51:34 2022 +0000

    [0.71][Android] Update pages on New Architecture for 71 (#3453)

    * [0.71] Update page on New Architecture for 71

    * Fix broken link

    * Apply suggestions from code review

    Co-authored-by: Riccardo <cipolleschi@fb.com>

    * Update docs/the-new-architecture/pillars-fabric-components.md

    Co-authored-by: Riccardo <cipolleschi@fb.com>

    * Update docs/the-new-architecture/pillars-fabric-components.md

    Co-authored-by: Riccardo <cipolleschi@fb.com>

    * Handle all the review feedback

    * Fix lint

    Co-authored-by: Riccardo <cipolleschi@fb.com>

commit 1e3ba7402f2eb0b14b2b54ad3a1006786e547f49
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Wed Dec 14 21:33:09 2022 +0000

    [0.71] Add page on React Native Gradle Plugin for 71 (#3476)

    * [0.71] Add page on React Native Gradle Plugin for 71

    * Fix alex warnings

    * Apply suggestions from code review

    Co-authored-by: Riccardo <cipolleschi@fb.com>

    Co-authored-by: Riccardo <cipolleschi@fb.com>

commit ae5696fca49cf1779f7165e3c573845d6f27b7c0
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Wed Dec 14 00:35:44 2022 -0800

    Typescriptify Examples Q-S (#3473)

    * Typescriptify Examples Q-S

    This makes examples in documents starting from Q-S valid for TypeScript. This leaves 9 examples left. Verified these pages locally after the change.

    * Fix StatusBar

commit 8f47d0b831433c7e95a55209a6ea9133e14029c9
Author: Vincent Riemer <1398555+vincentriemer@users.noreply.github.com>
Date:   Tue Dec 13 15:00:23 2022 -0800

    Refine the "Pointer Events in React Native" blog post's intro (#3475)

    Co-authored-by: Luna <lunaleaps@gmail.com>

commit 89aa89c768dfeb882c4b3474488c59bd05a45990
Author: Vincent Riemer <1398555+vincentriemer@users.noreply.github.com>
Date:   Tue Dec 13 10:53:01 2022 -0800

    Add "Pointer Events in React Native" blog post (#3464)

commit 035054cbdba34b7d1ff4eaed15af463e23431e61
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Fri Dec 9 17:41:49 2022 -0800

    Fix rendering of snacks on route update on mobile (#3463)

    * Fix rendering of snacks on mobile

    Switching pages on mobile currently causes a blank snack example to show.

    This is root caused to a workaround on the `onRouteUpdate` to read the DOM after mutation, which seems to work on desktop, but not on the mobile version of the site. This change moves to a newer lifecycle method called after the document is rendered to the DOM, which fixes the issue.

    * Update console.log

commit 3f087e8ad3f6d96115607a56814b9b95fab2801c
Author: Vincent Riemer <1398555+vincentriemer@users.noreply.github.com>
Date:   Thu Dec 8 14:34:40 2022 -0800

    Add Vincent Riemer as a blog post author (#3462)

commit 1fd54895cbe783efe8a29b472d20ab4017b72a44
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Thu Dec 8 08:11:32 2022 +0100

    [0.71] Update page on Enabling Hermes for 71 (#3449)

commit c3bfaf34fedcf19a57dd93638107407634e5f020
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Wed Dec 7 21:15:10 2022 -0800

    This makes examples in documents starting from K-P valid for TypeScript. This leaves 23 examples left. Verified these pages locally after the change. (#3461)

commit 08b81be5041bb65845cfbb79a6c6397330db908a
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Wed Dec 7 21:14:49 2022 -0800

    Typescriptify Examples H-I (#3460)

    This makes examples in documents starting from H-I valid for TypeScript. This leaves 36 examples left. Verified these pages locally after the change.

commit 1e5817ea907bae0c68fcca085486f085c733b58e
Author: Van der Auwermeulen Grégoire <gregoirevandera@gmail.com>
Date:   Thu Dec 8 01:43:21 2022 +0100

    Update pillars-fabric-components.md (#3454)

    * Update pillars-fabric-components.md

    * please run pipeline

commit 07fc1e6198370bca7a2b36c60527e4ca6ce0afc2
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Wed Dec 7 12:55:57 2022 -0800

    Typescriptify Examples A-F (#3459)

    This updates examples so that all documents starting with A-F pass typechecking.

    This needed to add a patch-package for incorrect types that should be temporary (will see if we can cherry-pick into 0.71).

    Tested by `yarn tsc-examples` and visiting the pages edited.

commit 87a3039f9ab74eb0e33c9be89a108589b34cdd22
Author: Smyja <akposlive59@gmail.com>
Date:   Wed Dec 7 09:15:52 2022 +0100

    Updated Expo installation instructions (#3452)

commit 5c798f6422c64c83ba87e697c040fe281563bb0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Dec 6 14:40:22 2022 -0800

    Bump decode-uri-component from 0.2.0 to 0.2.2 (#3458)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 0dd7d9623c7ba92e8309872ed00254733873830a
Author: Krastan Dimitrov <krastan.kdd@gmail.com>
Date:   Tue Dec 6 12:37:42 2022 -0600

    Update ignite blurb on more resources (#3457)

    * Update Ignite blurb with current Ignite version

    Removed ignite bowser link as it is no longer relevant and maverick doesn't have its own

    * Update ignite blurb to mention built in component library

commit 4b72533298d07d537529aa03bea61c78e7aab0fa
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Tue Dec 6 09:32:14 2022 -0800

    Start TypeScriptify-ing the examples (#3450)

    * Start TypeScriptify-ing the examples

    This change starts migrating the examples to TypeScript. Every example is now linted as both tsx and jsx, unless an extension is specified. All of the existing ESLint warnings, minus those for inline styles which I have disabled for now, are addressed, so we can now flag new lint warnings when examples are added. A script `tsc-examples` is added, in addition to ESLint, but I haven't folded it into `lint:examples` yet because not everything has been fixed, and doing so will take multiple PRs.

    100/171 examples are clean for both ESLint and TypeScript in strict mode, with an additional in this change opted out of typechecking (Clipboard) since it has been removed and is no longer part of typings. Most examples are already valid as both JSX and strict TSX, but some are separated into tabs (where TypeScript is shown first and by deafult), require changes so that TypeScript can infer the types (while still being valid JS), or require fixup (e.g. due to changed APIs). Some pages like Syststrace are out of date/broken and will need to be opted out of typechecking (and given a warning) while they are in disrepair.

    * Update scripts/lint-examples/bin/tsc-examples.js

commit 3a3e1dee8622d163159b011914274c25570ac984
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Dec 2 17:57:25 2022 +0100

    [0.71] Update page on Integration with Existing Apps for 71 (#3446)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 8bdacb3182050789f899f42237c439cbb48d231f
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Fri Dec 2 08:16:32 2022 -0800

    Update TS Instructions for Simplified Template (#3444)

commit 424942f4deb353c1c24b7813eebc04379f56d406
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Fri Dec 2 11:40:37 2022 +0000

    fix changelog entries (#3447)

commit e86aebea593d886bd183f240b1f8d0e363805c30
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Thu Dec 1 12:37:47 2022 -0800

    Lint/Format all the snack examples (#3422)

    * Lint/Format all the examples

    This adds a script which can run ESLint on each Snack example in Markdown. This is wired to the default RN ESLint configuration, and a Prettier configuration to limit to 70 lines to prevent wrapping. Apart from snforcing consistency, it means copy/pasting examples into a new RN project will not create formatting errors.

    Not all examples are clean of lint errors/warnings so this is not enforced yet. The script is also currently very slow. But it's a good start, and we can later apply something similar to `tsc`.

    * Remove package-local gitignore

    * Remove deps

    * Fix for Windows

    * let lint:examples lint the example code

commit d926b9e0abf155b2ef75e4fa6d8fd0923d6a8ca3
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Thu Dec 1 11:29:18 2022 -0800

    Add [Breaking] to commit changelog documentation (#3445)

    * Add [Breaking] to commit changelog documentation

    See here for how it is used in code https://github.com/microsoft/rnx-kit/blob/a9fd54dedc8fb84898778bca8256b43fea670942/incubator/rn-changelog-generator/src/utils/getChangeDimensions.ts#L4

    * wrong place

commit 20baa2bdcf5ca327932fa4e975a57c4ea351d05a
Author: Riccardo <cipolleschi@fb.com>
Date:   Wed Nov 30 11:17:39 2022 +0000

    feat: add instructions in case the release fails (#3433)

commit 718bcdeefedf0d31ca33248f3e48779cb1b04b50
Author: Ponikar <54766861+ponikar@users.noreply.github.com>
Date:   Wed Nov 30 00:44:25 2022 +0530

    Fabric component example java classname typo fixed (#3437)

    There was a typo in `CenteredTextPackage.java` it should be `CenteredTextPackage` and not `RTNCenteredTextPackage`.

commit 5f865b9f400e108f4989496f54598e2eed4cd10d
Author: LeoTM <1881059+leotm@users.noreply.github.com>
Date:   Tue Nov 29 19:14:05 2022 +0000

    Update changelogs-in-pull-requests.md (#3436)

    * Update changelogs-in-pull-requests.md

    Close: https://github.com/facebook/react-native-website/issues/3435

    * Remove couple trailing spaces

    * Update website/contributing/changelogs-in-pull-requests.md

    Co-authored-by: Nicola Corti <corti.nico@gmail.com>

    Co-authored-by: Nicola Corti <corti.nico@gmail.com>

commit 6410c78a0d0476f32e8f78c66a88472353b7d1ef
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Tue Nov 29 20:13:48 2022 +0100

    [website] fix lint scripts glob patterns (#3441)

commit 381f34b558464aa06615fbf217884d27355355de
Author: Subrat Kumar Das <72245773+subrataindia@users.noreply.github.com>
Date:   Wed Nov 30 00:43:09 2022 +0530

    Update why.md (#3442)

commit fe8af6beff794ee9d6d589c84d38d6afff28c460
Author: Luna <luwe@fb.com>
Date:   Mon Nov 28 17:52:02 2022 -0800

    Fix React Native CLI link (#3440)

commit 72e96c309eaf7da48f8963d9c74e9226fca71a92
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Mon Nov 28 09:18:35 2022 -0800

    Update TypeScript Page and References to TypeScript (#3429)

    * Update TypeScript Page and References to TypeScript

    This change updates the main TypeScript page with new instructions for 0.71, where TypeScript is the default language, and RN types are included by default.

    This does not yet update samples for TS, which is still a work in progress. I also chose to omit information about the 0.70 to 0.71 migration, since it seems like it might make more sense in either the release announcement or a separate blog post instead of long-term in the documentation, but I would be open to feedback on that.

    * lint

    * Update docs/typescript.md

commit 2e6f810e046175e22f137f64db1299208650b6cf
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Mon Nov 28 09:18:16 2022 -0800

    Allow TypeScript in Snacks (and optional "ext" parameter) (#3426)

    * Add optional "ext" parameter to SnackPlayer examples

    This makes a couple changes in preparation for TypeScript examples. Going through 20 pages for core components, most examples can be shifted to be both JavaScript and strict TypeScript. Some are not compatible as both, and need to be separated as JS examples vs TS examples.

    **Adds a parameter to SnackPlayer blocks for extension**
    Snack defaults a codeblock to represent a file named [`App.js`](https://github.com/expo/snack/blob/main/docs/url-query-parameters.md#parameters). This extenstion effects how the file is parsed during bundling, and the syntax highlighting it is given in the editor. We allow passing the extension, so that specific examples can specifically target JS vs TS. This directive will also be used to determine how the file is used during linting.

    **Change the default extension of SnackPlayer examples to `.tsx`:**
    This is needed for Snack to parse an input as TypeScript during bundling and syntax highlighting. Vanilla JS is still allowed, and it seems to create an identical result to before in the snack player.

    * workaround

    * Remove data-snack-files workaround

commit 39eae28b5a4bf632a9274b24330bb1075e9515ff
Author: Stafford Williams <staff0rd@users.noreply.github.com>
Date:   Mon Nov 28 19:45:23 2022 +1100

    Fabric Native Components: grammar fix (#3434)

commit 168bf198d4a6a2a02bb38c6d1908e309427d3fd1
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Fri Nov 25 11:53:34 2022 +0000

    chore(showcase): add links to MSFT devblog (#3430)

commit e9545cceca3a45da8481286b6d6acd138614f030
Author: Keerthilingu <keerthilingu@gmail.com>
Date:   Wed Nov 23 15:17:42 2022 +0530

    Update navigation.md (#3427)

    * Update navigation.md

    * Update docs/navigation.md

    Co-authored-by: Nicola Corti <corti.nico@gmail.com>

    Co-authored-by: Nicola Corti <corti.nico@gmail.com>

commit b182e82ed8f4c39b249d0274f0adf69648e8a802
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Tue Nov 22 17:20:42 2022 +0000

    [Blogpost] Core Contributor Summit 2022 (#3428)

    * [Blogpost] Core Contributor Summit 2022

    * Apply suggestions from code review

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

    * Update date to Nov 22nd

    * Fix heading for Metro session

    * Update website/blog/2022-11-22-react-native-core-contributor-summit-2022.md

    Co-authored-by: Michał Pierzchała <thymikee@gmail.com>

    * Update website/blog/2022-11-22-react-native-core-contributor-summit-2022.md

    Co-authored-by: Michał Pierzchała <thymikee@gmail.com>

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
    Co-authored-by: Michał Pierzchała <thymikee@gmail.com>

commit 8e4f65db0146c406d93c976f0d8fdf11e784aa86
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Fri Nov 18 15:23:30 2022 -0800

    Don't document VirtualizedList imperative context functions (#3394)

    This is an API really meant to only be called by VirtualizedList, but is public so other VirtualizedList instances can call it. The object shape, parameters, etc can change (and did change a bit in 0.71). Remove it from documentation, since folks should not rely on it.

commit 6ed0435b856cf5fe7d11047b4776cde818df7270
Author: Nick Gerleman <ngerlem@meta.com>
Date:   Fri Nov 18 15:22:30 2022 -0800

    Recommend Pressable over Touchable for alternative to Button (#3421)

    * Recommend Pressable over Touchable for alternative to Button

    Fix this sentence with more up to date guidance.

    * Update docs/button.md

commit a1fa30d3b70278e25cc3df3e2e7ec1ee3b4580cd
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Nov 18 19:42:59 2022 +0100

    Fix documentation for Turbo Native Modules on 0.70 (#3425)

commit 1f3e936f95cd91949bc1544f5946c45a51e10601
Author: LeoTM <1881059+leotm@users.noreply.github.com>
Date:   Fri Nov 18 16:31:31 2022 +0000

    Deprecate ANDROID_SDK_ROOT back to ANDROID_HOME 🔁 (#3266)

    Close https://github.com/facebook/react-native-website/issues/3118

commit 23d1c1ca698e1ad5fd830fb78626539dd75a2665
Author: McCoy Appleseed <zhumingcheng697@icloud.com>
Date:   Thu Nov 17 22:19:14 2022 -0500

    feat(ios): `Share` with `anchor` (0.71.0 release) (#3420)

commit ea99507460e5fc50ce94f488a689763b43b24048
Author: Romain Le Quellec <13620579+romainlq@users.noreply.github.com>
Date:   Fri Nov 18 04:13:23 2022 +0100

    chore: fix typo (#3412)

commit db6be2466d9b931001b1bebb406683bd1575ec60
Author: Hyungu Kang | Airen <gusrn1423@naver.com>
Date:   Fri Nov 18 12:10:03 2022 +0900

    Update optimizing-flatlist-configuration.md (#3418)

commit 3fc81efda00dbca0407afddb4cf7e0c1334d72c2
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Nov 16 11:56:09 2022 -0300

    Add role prop to Text, View and Accessibility docs (#3408)

commit 0516a78f2e3eeb499b3bea7d24bf54107972d42c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 16 10:08:00 2022 +0100

    Bump loader-utils from 2.0.3 to 2.0.4 (#3419)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4)

    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d83ebd6530d6b7f0c9902e197c31911e2f86c2fa
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Thu Nov 10 12:32:50 2022 +0000

    update FAQ about support policy (#3414)

commit df3776eba6dcb1cfbd25f6e7520e8d684ea66857
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Wed Nov 9 19:54:48 2022 +0100

    global style tweaks for the category pages feature (#3411)

commit 1d610ddff2b86d593b5b3fb56753f348111efb31
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Nov 9 10:40:20 2022 -0300

    feat: Update TextInput autoComplete docs [w3c] (#3409)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit b5359fa01e9a0fdf7ba4be80c20a8eee81ccb369
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Nov 9 05:35:23 2022 -0300

    Image: Add alt prop (#3407)

commit 8568f53a28be88b5d06666163800c81573d731d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 8 08:51:20 2022 +0100

    Bump loader-utils from 2.0.0 to 2.0.3 (#3406)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.3.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
    - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.3)

    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7d7bda47aa563f3a2bb9052804ae04bf38ee8f2a
Author: nishan (o^▽^o) <nishanbende@gmail.com>
Date:   Tue Nov 8 00:40:21 2022 +0530

    feat: flex gap docs (0.71.0 release) (#3398)

    * wip: flex gap docs

    * fix

    * improve example and description

    * cleanup

    * Apply suggestions from code review

    * Fixup code block

    * Fix bad merge

    * Update docs/layout-props.md

    Co-authored-by: Nick Gerleman <nick@nickgerleman.com>

    * Update docs/layout-props.md

    Co-authored-by: Nick Gerleman <nick@nickgerleman.com>

    * Update docs/layout-props.md

    Co-authored-by: Nick Gerleman <nick@nickgerleman.com>

    Co-authored-by: Nick Gerleman <nick@nickgerleman.com>

commit 374a767cc6e4d0df10dbd00f9be8eca51b347aa1
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Mon Nov 7 14:50:22 2022 -0300

    Add aria props to component docs (#3404)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit d45f79af2d302b0d2299f5b14aebe8be871f3f0c
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Mon Nov 7 17:12:36 2022 +0100

    update useWindowDimensions docs and example (#2877)

    * update useWindowDimensions docs and example

    * 0.67 file update

    * 0.68 file update

    * update new versioned files

commit 95a121ef2ae1414677f13badf2f2cfd3aee375cf
Author: skinheadz <113230343+skinheadz@users.noreply.github.com>
Date:   Mon Nov 7 07:27:42 2022 -0800

    chore: fix typos (#3405)

commit c8fdd9b4e4847b74167eeac5bb246c69d145ef0d
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Mon Nov 7 12:12:16 2022 -0300

    Update documentation regarding W3C Web Styles (#3403)

commit 5f155368e3e166c1e344f0a85695d8e0c2acdf57
Author: Michael Neeley <micneeley14@gmail.com>
Date:   Mon Nov 7 10:06:25 2022 -0500

    Getting started: remove M1 note in macOS guide (#3384)

    This step isn't needed anymore.

commit 659430cebe599237991b2e00ed4e4121cd33b62c
Author: Anderson Scouto da Silva (Dan) <and.dan19@gmail.com>
Date:   Mon Nov 7 11:35:38 2022 -0300

    Fix adb logcat command (#3397)

commit 7c1231384b9a0c85e100aa2e26ad09e85c2e5527
Author: Héctor Ramos <165856+hramos@users.noreply.github.com>
Date:   Mon Nov 7 07:35:23 2022 -0700

    Update Hermes docs with recent changes (#3393)

    * Cleanup mentions of RN versions in Hermes docs.

    * Expand docs on Hermes and other JS engines

    * Remove mention of 0.60.4 in 0.61+

commit 39a234f2cc7a9fecad23896dc2824475d8cd4cf0
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Mon Nov 7 14:41:52 2022 +0100

    remove M1 Cocoapods note (#3399)

commit 1ebdea3334d33b8e0a30e638b399af7b5b712af6
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Mon Nov 7 14:41:31 2022 +0100

    State: reformat example (#3400)

commit 2e70c88a8bf58b72de5dccee61871b099bfac129
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Mon Nov 7 14:40:40 2022 +0100

    Speeding up Build: backport ccache command change to versioned docs (#3401)

commit cdf6715111866d67e6d8e764e676fb80a185d925
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Mon Nov 7 14:39:45 2022 +0100

    Platform Specific Code: tweak wording (#3402)

commit 00c2808a71cee840d16b12d0f1406a3c87a0facf
Author: Hyungu Kang | Airen <gusrn1423@naver.com>
Date:   Sun Nov 6 21:14:16 2022 +0900

    Added lineBreakStrategyIOS to Text and TextInput (#2566)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit ab32e2dea93e04577cea66bac6ea61966348eeb4
Author: Robbie Plankenhorn <rplankenhorn@gmail.com>
Date:   Sun Nov 6 02:38:15 2022 -0600

    Speeding up Build: Fixing symbolic links (#3329)

commit 8e222896ea2158029b84408d3716c4c8ed7ddb67
Author: Eric Edouard Amilhat <eamilhat@gmail.com>
Date:   Sat Nov 5 08:44:59 2022 +0100

    View Style Props: Add borderCurve prop (#2785)

commit c9440215742146c092573c8f6be5779afec20891
Author: Robbie <robbie@blueheart.io>
Date:   Sat Nov 5 07:41:43 2022 +0000

    Alert: Add "isPreferred" to AlertButtonStyle (#2839)

commit f279c065587fbee364709168975b7b3496675d47
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Sat Nov 5 04:18:08 2022 -0300

    Add missing aria props to Accessibility docs (#3396)

commit 00646cd845c7ba296159c4d392ffe3b54eb92f28
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Fri Nov 4 21:20:18 2022 -0300

    feat: Update fontVariant supported types docs (#3378)

commit 96f429765133de969e3aafdf4142d132c0b29e06
Author: khali70 <59835449+khali70@users.noreply.github.com>
Date:   Sat Nov 5 02:16:15 2022 +0200

    update to microsoft-openjdk11 (#3386)

commit cdd9399f16571b6a9669226fec27fd7734ed4848
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Fri Nov 4 05:38:35 2022 -0300

    Fix documentation typos (#3395)

commit ea4f803121f7852f2de83a417aa8401726eca216
Author: Alex Hunt <hello@alexhunt.io>
Date:   Wed Nov 2 21:07:20 2022 +0000

    Tweak homepage text to more broadly refer to platforms (#3391)

commit 1636d5e07eb5a037f2d1d83f530f3532af8795a9
Author: Rafael Ricardo Vieceli <2790845+rvieceli@users.noreply.github.com>
Date:   Tue Nov 1 12:31:44 2022 +0100

    Replaced editUrl branch name with main (#3389)

commit b47dc1df6fca663fe6abd74f311e07e14c02b157
Author: David Narbutovich <4661784+retyui@users.noreply.github.com>
Date:   Mon Oct 31 11:35:57 2022 +0100

    Recommend to use `es2019` and use community driven TS config `@tsconfig/react-native` (#3342)

commit fd87e46a2cc9e9d3ba514f44f65e6aff1f072837
Author: Peter Cho <pcasdfj@gmail.com>
Date:   Fri Oct 28 17:54:38 2022 -0400

    Build from Source: add missing paren in publishing (#3387)

commit d4fcb9375f3ed40aa4c54028f912f55bd6c91431
Author: Héctor Ramos <165856+hramos@users.noreply.github.com>
Date:   Thu Oct 27 19:38:17 2022 -0700

    The Hermes docs in next, also apply to 0.70. (#3380)

commit 0339cae6d8ad78fc56ffc4513b75fa6613ef2466
Author: Héctor Ramos <165856+hramos@users.noreply.github.com>
Date:   Tue Oct 25 09:42:20 2022 -0700

    Add updated instructions on using Hermes (#3376)

    * Add updated instructions on using Hermes

    * lint

commit df492cefb920a0375f2bb982951229380a73ad88
Author: Telmen <flyinvoke@gmail.com>
Date:   Wed Oct 19 19:20:52 2022 +0800

    Fix typo in New Architecture Intro (#3374)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 262ff68833ac34982e64d174c997f0d194eb7e10
Author: mjh <61671361+mjh316@users.noreply.github.com>
Date:   Wed Oct 19 01:39:56 2022 -0700

    Fixed typo in headless-js-android.md (#3377)

commit e4d09821bdfcf1264e25afb3d3407f4a100f3228
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Tue Oct 18 16:50:27 2022 +0100

    chore(release): Update release testing section for new E2E testing script (#3368)

    * remove E2E section until we'll re-add it post E2E setup

    * remove mention of the E2E script

    * rework the release testing page

    * add mention of where to find the info to turn on new arch

    * typo

    * re-add section

commit 20908b3563daec70ac964ed9d11482f4f198eab1
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Sun Oct 16 16:45:48 2022 +0100

    New Architecture - Remove the extra steps required to copy .so files (#3356)

commit ae47850fc526af4edaa03e27a7ba9479643a9130
Author: Riccardo <cipolleschi@fb.com>
Date:   Sun Oct 16 16:45:12 2022 +0100

    fix: improve TM explanation (#3364)

commit f042dca61acf8b5c06157752e787f6c6a704caf3
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Wed Oct 12 20:50:17 2022 +0200

    add back missing docs vote component (#3371)

commit 6dc2805e4d93a6e47ae1a70f2aaab1303d47d77f
Author: Luis Medina <luism3861@gmail.com>
Date:   Wed Oct 12 03:19:27 2022 -0500

    docs: update running on simulator iOS (#3346)

commit 3add39c3f258868673a5740a873b7559bd2434dc
Author: Karl Horky <karl.horky@gmail.com>
Date:   Wed Oct 12 10:16:55 2022 +0200

    Getting Started: list zsh before bash in macOS guide (#3358)

    Co-authored-by: Nicola Corti <corti.nico@gmail.com>

commit f6be947a820080785db66904f961cdecd6051aa5
Author: Chukwu Smart <chukwusmartchukwuemeka@gmail.com>
Date:   Wed Oct 12 09:14:23 2022 +0100

    ScrollView: rephrase onContentSizeChange description (#3357)

    Co-authored-by: Nicola Corti <corti.nico@gmail.com>

commit 37d85ba6a1b4f061f7c0767c6a35cb62ad27c61c
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Oct 12 05:11:14 2022 -0300

    Layout Props: Update aspectRatio supported types (#3363)

commit e00c9b0f5d3e207422c10b609a1e00b2893ee78e
Author: Jesse Katsumata <jesse.katsumata@gmail.com>
Date:   Wed Oct 12 17:07:36 2022 +0900

    Getting Started: fix Android version label in older docs (#3367)

commit 03d88486b5136e2bdf62d78ce6ff68254216e7cc
Author: Timothy Yung <yungsters@meta.com>
Date:   Tue Oct 11 15:15:08 2022 -0700

    Fix headers on *.ts files (#3370)

commit e5ba872c47bdd8ca58d3e4360ac3ce1c4591821c
Author: Timothy Yung <yungsters@meta.com>
Date:   Tue Oct 11 15:07:00 2022 -0700

    Missing header in `docusaurus.config.js` (#3369)

commit f0d9c4a13e1da72b544b569334bd63bb48fb7363
Author: Jesse Katsumata <jesse.katsumata@gmail.com>
Date:   Sat Oct 8 05:45:16 2022 +0900

    Communities: remove duplicate header (#3365)

commit a6e74190571efadcdbe1437cce85eaedbce4e503
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Thu Oct 6 06:45:52 2022 -0300

    feat: Add verticalAlign to Text Style Props docs (#3361)

commit 911a2825d06caa081a080c9160b9dc3defc37e27
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Wed Oct 5 11:15:01 2022 +0100

    Finalize the Kotlinization (#3360)

    * Finalize the Kotlinization

    * Remove extra imports

commit 3c124e068c87462b7396ba75112e314dd89c5cab
Author: Asaf Korem <55082339+asafkorem@users.noreply.github.com>
Date:   Tue Oct 4 21:03:42 2022 +0300

    Showcase: add Wix's apps section. (#3349)

commit 2e4eb04c4cf8cc08891c9d03f20cd9a5c43bb7ae
Author: Kryštof Woldřich <31292499+krystofwoldrich@users.noreply.github.com>
Date:   Tue Oct 4 13:09:33 2022 +0200

    Fix codegen iOS scripts paths (#3359)

commit 4c3603bdb3b3d79cc06d0c61d314271529272b3c
Author: Ismael Moreira <ismaelsousa1998@outlook.com>
Date:   Mon Oct 3 14:09:54 2022 -0300

    Update pillars-turbomodule.md (#3355)

commit 4b1aeff450c5beac1d56f3e53c3a4bc33ce2e502
Author: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Date:   Mon Oct 3 15:58:05 2022 +0200

    fix: remove isTurboModuleEnabled check from docs (#3337)

    * fix: remove isTurboModuleEnabled check

    * fix: remove unnecessary back ticks

    Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

    Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

commit 9987b073834c441376411803327ca98b5830a847
Author: Timothy Yung <yungsters@meta.com>
Date:   Fri Sep 30 08:43:45 2022 -0700

    Fix more copyright header issues (#3353)

commit 84397da4472126692672d80a28e3b2d83b984e25
Author: Timothy Yung <yungsters@meta.com>
Date:   Fri Sep 30 08:43:28 2022 -0700

    Update to Contributor Covenant (#3354)

commit 6e981dd26610f352d4511cd81ead09f6926124df
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Fri Sep 30 11:57:11 2022 +0100

    rework the community section of the website (#3338)

    Co-authored-by: Luna <lunaleaps@gmail.com>

commit b943d450e1fcc915ff50f3363e5d9fb15a1e3c20
Author: Timothy Yung <yungsters@fb.com>
Date:   Fri Sep 30 00:49:39 2022 -0700

    Apply updated copyright to `*.js` files (#3352)

commit 006f5730485614459db8f25f7f5e79191848360b
Author: Timothy Yung <yungsters@fb.com>
Date:   Fri Sep 30 00:48:43 2022 -0700

    Address Security Vulnerabilities in Dependencies (#3351)

commit d6fe39d70c90e973d30b3f1512a77581a8657810
Author: Arati Chilad <58401542+arati-1@users.noreply.github.com>
Date:   Wed Sep 28 03:43:38 2022 -0700

    Checks for the documentation (#3348)

commit 3d1ea2c37dd05fac159b8864d1a3f977241b54d1
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Tue Sep 27 17:27:34 2022 +0100

    add NFL to the showcase (#3347)

commit ff9886c119e1d5686240cee250c2245a773d1a73
Author: Pavlos Vinieratos <pvinis@gmail.com>
Date:   Mon Sep 26 12:44:01 2022 +0300

    Update showcase link for Artsy (#3340)

commit 905824ad1327dda42dc217542317f3199830bffe
Author: Joshua Yoes <37849890+joshuayoes@users.noreply.github.com>
Date:   Mon Sep 26 01:17:31 2022 -0700

    fix(native-modules-android.md): rename createCalendarEventCallback (#3345)

commit 400d50908f248f3feb22cd258f3c05b306962c68
Author: Damoness <qjwdcool@qq.com>
Date:   Mon Sep 26 15:54:57 2022 +0800

    Layout Props: clean warning in example (#3344)

commit 86139c5e5a906629f3ffc863987bcd0e5e903c52
Author: David Narbutovich <4661784+retyui@users.noreply.github.com>
Date:   Sun Sep 25 21:14:53 2022 +0400

    Document ability to pass Element via ItemSeparatorComponent (#3343)

commit c9448b07cd424faacbb24d2083853400bc481145
Author: Daksh Bhardwaj <dakshbhardwaj2@gmail.com>
Date:   Fri Sep 23 14:33:41 2022 +0530

    add documentation for `aria-valuemax` `aria-valuemin` `aria-valuenow` `aria-valuetext` (#3318)

commit 54f9a7dbc8971c3287c517f96b3f74ae9990c065
Author: Connor Tumbleson <iBotPeaches@users.noreply.github.com>
Date:   Fri Sep 23 03:02:12 2022 -0400

    Add Source Maps Page (#3293)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
    Co-authored-by: Dmytro Rykun <dmitry.rykun@gmail.com>

commit 69f723bd2c816f13b0559da87e4278ec34fcfc0a
Author: Daksh Bhardwaj <dakshbhardwaj2@gmail.com>
Date:   Fri Sep 23 12:29:47 2022 +0530

    Text: add documentation for `userSelect` prop (#3311)

commit 4260478fa856a72d7c141bf133f05f1161b760cf
Author: Daksh Bhardwaj <dakshbhardwaj2@gmail.com>
Date:   Fri Sep 23 12:25:51 2022 +0530

    add documentation for `aria-modal` prop (#3320)

commit 94c5e800b4eb042f5b93c85ff151d9e123891a83
Author: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
Date:   Thu Sep 22 14:46:19 2022 +0200

    fix: remove isFabricEnabled check from docs (#3336)

    * fix: remove isFabricEnabled check

    * fix: language lint

commit b55bdc6f3b003e8403fa58d18f70e101ed0e2d05
Author: Dhruv Tailor <32268377+dhruvtailor7@users.noreply.github.com>
Date:   Thu Sep 22 18:15:06 2022 +0530

    Add new props to Image docs (#3310)

commit 357254c6b5b754674a0b93e663f2c67c958179ac
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Thu Sep 22 11:32:05 2022 +0100

    chore: clean up new arch docs (#3332)

    * tweaks

    * revert change

commit 12dc7125d050cc5362a6b75cafebd42dc7578bd3
Author: Akshansh Thakur <aksh500@gmail.com>
Date:   Wed Sep 21 23:18:21 2022 +0530

    Updated button.md to reference Pressable (#3237)

commit 875448365a47e9d99a623a54b8e5bc9c6e9b5c37
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Sep 21 09:47:51 2022 -0300

    Add id prop to Text, TouchableWithoutFeedback and View docs (#3285)

commit 91ce6bc1535fd5ad5c524150c185cc0d3e3709dd
Author: Riccardo <cipolleschi@fb.com>
Date:   Wed Sep 21 12:52:34 2022 +0100

    fix: Improve wording for iOS getting started (#3334)

commit b5f5b5a31ce666a85fb6383db0b33e17c12e7fcf
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Wed Sep 21 08:23:41 2022 -0300

    Update colors docs regarding expanded support for CSS Colors (#3306)

commit 4e386d6a794568dd6de0a8fc143db6bc34d24ec9
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Wed Sep 21 11:41:31 2022 +0100

    Update docs with AGP 7.3.x setup (#3333)

commit 72c8bd5f749ec7d3256af651a7ea1ed3ebd5a9c1
Author: Lorenzo Sciandra <lorenzo.sciandra@gmail.com>
Date:   Tue Sep 20 18:34:32 2022 +0100

    Modify the top navbar to be less full (#3177)

    * modify navbar

    * rename

    * reorder and rename

    * reorder the navbar

    * change size to match the other elements

    * change style to match the other elements

    * tweak the footer to reflect the new header

    * fix link

    * fix the other link

    * small CSS tweaks

    * small naming tweak

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 7202412aec9f52de63926ce73c473676ec6f8ceb
Author: Bartosz Kaszubowski <gosimek@gmail.com>
Date:   Tue Sep 20 00:35:29 2022 +0200

    fix incorrect link to re-enable prod deploy (#3330)

commit 5dd8fcd914f187bfe686f5dabc59326efae0a900
Author: Lorenzo Sciandra <lorenzo.sciandra@gmail.com>
Date:   Fri Sep 16 18:27:40 2022 +0100

    showcase: update entries (#3328)

commit 8c65a420c02b9c77f57aaa649a27eda941b5a290
Author: Lorenzo Sciandra <lsciandra@microsoft.com>
Date:   Fri Sep 16 11:19:11 2022 +0100

    minor tweaks to the wording for the versions page (#3327)

commit 7bb5d882995a8a0bd9553bdea8ff2ca4c26ac2d9
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Sep 16 12:00:23 2022 +0300

    [0.71.0] Update the New Architecture guide with the changes for the New Template on Android (#3324)

    Co-authored-by: Riccardo <cipolleschi@fb.com>

commit 5462afb4e7dcb6ef14272a34418c0e62aa47e0f7
Author: Sunny Luo <sunnylqm@gmail.com>
Date:   Fri Sep 16 16:04:34 2022 +0800

    fix _getting-started-macos-ios.md info format (#3326)

commit a917b04e8a154bdf99c0cf148feda9f9b1c2c867
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Thu Sep 15 14:54:20 2022 +0300

    Fix broken links to Appendix (#3319)

commit 1285a79f393a83f208f9b47243c6ee01aa6cc5c3
Author: Riccardo <cipolleschi@fb.com>
Date:   Thu Sep 15 11:21:03 2022 +0200

    [Fix] Improve Getting started with iOS (#3323)

commit 791d9d12898851b7e4030ba80f2b28995067332c
Author: Riccardo <cipolleschi@fb.com>
Date:   Wed Sep 14 10:39:08 2022 +0200

    [FEAT] Add doc to simplify podspecs for Native Modules and Native Components (#3321)

    * [FEAT] Add doc to simplify podspecs for Native Modules and Native Components

    * fix: apply suggested changes I

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes II

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes III

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes IV

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes V

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    * fix: apply suggested changes VI

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

    Co-authored-by: Arati Chilad <58401542+arati-1@users.noreply.github.com>

commit 046801154da4c379605d1966c704371373eee7fb
Author: JiashengWu <wujs1010@outlook.com>
Date:   Wed Sep 14 00:19:07 2022 -0700

    Fix title case in testing-overview.md (#3322)

commit 38cd75a4064debf2da7186d3e328928f83bbe63b
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Tue Sep 13 19:24:25 2022 +0100

    Remove unnecessary box from Legacy Native Modules/Components (#3313)

commit bbd36d157cedab6517a62c4bfdd1cdf94b8aa432
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Sep 9 21:18:24 2022 +0100

    [0.70] Clarify New Architecture Terminology (#3315)

commit c084b5a413a1f2345ae5289b7901eb91773b0279
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Sep 9 21:18:04 2022 +0100

    Clarify New Architecture Terminology - Take 2 (#3316)

commit 63d00e7b4e91545c16fe8c505f9ed9b24ac82b73
Author: Ricky <rickhanlonii@gmail.com>
Date:   Fri Sep 9 15:13:35 2022 -0400

    Revert "Clarify New Architecture Terminology (#3308)" (#3314)

    This reverts commit 54d266b7842e1dda86b5877466f6a61fcf5bf043.

commit 54d266b7842e1dda86b5877466f6a61fcf5bf043
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Fri Sep 9 15:08:43 2022 +0100

    Clarify New Architecture Terminology (#3308)

commit 42e0266b0c8b93c883b0253ae0f4c1fe825630e9
Author: Riccardo <cipolleschi@fb.com>
Date:   Fri Sep 9 12:21:24 2022 +0100

    fix: Address missing feedback from prev PR (#3312)

commit 4a3b02c823728041b4b3d981e2bfb1f21c7fbc81
Author: Riccardo <cipolleschi@fb.com>
Date:   Fri Sep 9 12:03:13 2022 +0100

    [New Architecture][iOS][0.71.0] Update the App Migration section (#3268)

commit 7c1091c6e37f60fc9d83d2da67cdb80a5934ba92
Author: Arati Chilad <58401542+arati-1@users.noreply.github.com>
Date:   Thu Sep 8 09:19:13 2022 -0700

    The New Architecture section editorial review  (#3288)

    * [Do Not Merge] Refactoring The New Architecture (#3029)

    * [Guide - The New Architecture] What Backward Compatibility Is (#3038)

    * Guide to creating a New Architecture app from template (#3056)

    * Start new template guide

    This is a first iteration. I want to get feedback on a few aspects, so
    starting from here as a baseline.

    * Update title

    * Use tabs for target OS

    Set up matching the style of "Getting Started", except I kept the
    headers inside the tabs for now as it makes for a useful right-hand TOC.

    * Capitalize New Architecture, simplify

    * Preliminary section for Hermes

    Add section for recommending enabling Hermes. Not sure of contents yet,
    and still have to test.

    * Reword to emphasize importance of Hermes usage

    * Show new arch in use

    * Add build speed article link

    * Add pro tip for pod install alias

    * Restructure, repeat less

    Favor linking to original setup guide instead of repeating content.

    * Note about Expo

    * Include command on uninstalling global CLI

    * How to learn more

    * Remove headers in tabs

    They don't work correctly with the righthand TOC.

    * Make header more clear

    * Use quote block less often

    There was way too much yellow.

    * Opt for instructions using XCode

    Because `xcodebuild clean` already failed me once when XCode GUI clean
    worked.

    * Fix lint issue

    * Improve wording

    * Use product name

    * Fix line wraps

    * Reword based on feedback

    * Note use of bundle install

    * Pod removal instructions

    Also standardize on using yarn scripts from template for commands, it's
    a little confusing to see the mix of `npx` and `yarn` once we start
    referring to `yarn pod-install`

    * Convert quotes to admonitions

    * Convert Note: to admonitions

    * Feedback: Change admonitions to caution

    * PR feedback

    * New Architecture landing page (#3072)

    * First draft of landing page

    * Add migration and backwards compatibility links

    * lint fix

    * Restructure slightly, leaning more on context from Why a New Architecture

    * Don't need md in links

    * Suggested rewording

    * Rephrase pillar summaries

    * [Guide - The New Architecture] Why A New Architecture (#3043)

    * [Guide - The New Architecture] Pillars (#3046)

    * [Guide - The New Architecture] TurboModules as Native Modules (#3039)

    * [Guide - The New Architecture] Fabric Components as Native Components (#3040)

    * [FEAT][TNA] Fabric Component Guide (#3132)

    * [Feat] Add intro for Fabric Components

    * feat: add guide to create a Fabric Component

    * Add page on codegen (#3155)

    * [FEAT] TurboModules guide (#3168)

    * [Feat] Add intro for Fabric Components

    * feat: add guide to create a Fabric Component

    * Beginning of guide/folder structure

    * WIP JS Spec

    * specification section

    * Configuration

    * native code intro

    * Must be named Spec

    * Best stab at iOS native code, but I don't know how to describe what's going on in the code very well. Extrapolated what I could.

    * Android instructions

    iOS isn't working for me. Builds, but can't load module.

    Writing up Android auto-linking next because the steps I tested did
    work.

    * Include linking instructions from RNNArch repo

    * Add example JavaScript

    * native modules link

    * Address quick feedback items

    * Remove, fix for rebased branch

    * fix TM parameter on Android

    * Revert to 'Codegen' casing

    * Revert folly version change

    2021.07.22 is for current version on main

    * fix typo

    * getTurboModule explainer

    * Sentence edits

    - Fix acronym bolding
    - Change wording to "recommended" because "standard" has other
      connotations of possibly being required
    - Parentheses unnecessary, distracting

    * Remove TODO for now

    Getting inconsistent results here, not sure if this is wrong or not;
    removing TODO for now so it doesn't block anything

    * ABI rephrase, more in line with new Fabric guide wording

    * Explain shared C++ code more

    * feat: add guide to create a Fabric Component

    * feat: add guide to create a Fabric Component

    * package.json description

    * Lint fixes

    * fix: Move JS constants to reduce changes

    * fix: Remove newline

    * feat: add required step for Android Codegen

    * fix: use the proper links

    Co-authored-by: Riccardo Cipolleschi <cipolleschi@fb.com>

    * wip: migration guide review (#3200)

    * Fix for some typos and other editorial related changes

    * Update docs/the-new-architecture/pillars-fabric-components.md

    correcting the article

    Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

    * Update pillars-fabric-components.md

    Co-authored-by: Riccardo <cipolleschi@fb.com>
    Co-authored-by: Lizzi Lindboe <lindboe@users.noreply.github.com>
    Co-authored-by: Riccardo <riccardo.cipolleschi@gmail.com>

commit 9e6e3116966e2b9ba6208bfd8ff2bb19ccff1983
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Thu Sep 8 12:55:43 2022 +0100

    Follow-up on CMake clarification for 0.70 (#3309)

commit 000d5811452c859d49e528236abf3ad6bda30333
Author: Nicola Corti <corti.nico@gmail.com>
Date:   Thu Sep 8 09:49:49 2022 +0100

    Update New Architecture instructions to use CMake instead of Android.mk (#3304)

commit d9d4adb410e689f6e56167cd2c25765fc884a1b4
Author: Vojtech Novak <vonovak@gmail.com>
Date:   Wed Sep 7 09:08:34 2022 +0200

    docs: fix path in script example (#3302)

commit 10f26e9e84514838f35faf80f29a209a5f47371d
Author: Ricky <rickhanlonii@fb.com>
Date:   Tue Sep 6 13:00:59 2022 -0400

    Revert renaming native components (#3301)

commit b4320925c492915510ee35179f711bba4e85c726
Author: Daksh Bhardwaj <daksh@plgworks.com>
Date:   Tue Sep 6 19:31:59 2022 +0530

    TextInput: Add enterKeyHint prop (#3299)

commit f57ac2d6b11b098800c19cdf3b41449b3de90784
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 09:36:40 2022 -0300

    Image: Add tintColor prop (#3292)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 7d7f4831fd33c0f889f60cc05c6862171f136056
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 09:35:28 2022 -0300

    View: Add tabIndex prop (#3286)

    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

commit 9422060674dc1347df8494e882ebba358d48db9a
Author: fabriziobertoglio1987 <fabrizio.bertoglio@gmail.com>
Date:   Tue Sep 6 17:29:42 2022 +0800

    adding accessibilityRole 'grid' to documentation (#3224)

commit 0de9633e56b3079af82ffd2a000ac4a88ab66c34
Author: EvertEt <evert.etienne@gmail.com>
Date:   Tue Sep 6 11:22:19 2022 +0200

    Flexbox: correct example description (#3284)

commit 04250d6c0a173edccd5decf93c56f22678a0deee
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 06:18:34 2022 -0300

    TextInput: Add inputMode prop (#3289)

commit 9a4ad7aaa04706a61ea128d6bfe4448132f8336b
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 06:08:25 2022 -0300

    TextInput: Add rows prop (#3280)

commit 51a75437cd08bbe34d07cf2be10be70842dcd331
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 06:04:49 2022 -0300

    AccessibilityInfo: add prefersCrossFadeTransitions to docs (#3279)

commit 010d7cd5dcb9796024100ea9215e0baf7bb8ccd9
Author: Gabriel Donadel Dall'Agnol <donadeldev@gmail.com>
Date:   Tue Sep 6 06:02:01 2022 -0300

    TextInput: Add readOnly prop (#3278)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants