forked from facebook/react-native-website
-
Notifications
You must be signed in to change notification settings - Fork 328
Commit 262a15a
0.70 sync 1107 (#664)
* 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 <[email protected]>
* Image: Add tintColor prop (facebook#3292)
Co-authored-by: Bartosz Kaszubowski <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Update pillars-fabric-components.md
Co-authored-by: Riccardo <[email protected]>
Co-authored-by: Lizzi Lindboe <[email protected]>
Co-authored-by: Riccardo <[email protected]>
* [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 <[email protected]>
* fix: apply suggested changes II
Co-authored-by: Arati Chilad <[email protected]>
* fix: apply suggested changes III
Co-authored-by: Arati Chilad <[email protected]>
* fix: apply suggested changes IV
Co-authored-by: Arati Chilad <[email protected]>
* fix: apply suggested changes V
Co-authored-by: Arati Chilad <[email protected]>
* fix: apply suggested changes VI
Co-authored-by: Arati Chilad <[email protected]>
Co-authored-by: Arati Chilad <[email protected]>
* [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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: Dmytro Rykun <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: Riccardo <[email protected]>
* 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 <[email protected]>
* Getting Started: list zsh before bash in macOS guide (facebook#3358)
Co-authored-by: Nicola Corti <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: Gabriel Donadel Dall'Agnol <[email protected]>
Co-authored-by: EvertEt <[email protected]>
Co-authored-by: fabriziobertoglio1987 <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>
Co-authored-by: Daksh Bhardwaj <[email protected]>
Co-authored-by: Ricky <[email protected]>
Co-authored-by: Vojtech Novak <[email protected]>
Co-authored-by: Nicola Corti <[email protected]>
Co-authored-by: Arati Chilad <[email protected]>
Co-authored-by: Riccardo <[email protected]>
Co-authored-by: Lizzi Lindboe <[email protected]>
Co-authored-by: Riccardo <[email protected]>
Co-authored-by: Ricky <[email protected]>
Co-authored-by: JiashengWu <[email protected]>
Co-authored-by: Lorenzo Sciandra <[email protected]>
Co-authored-by: Lorenzo Sciandra <[email protected]>
Co-authored-by: Akshansh Thakur <[email protected]>
Co-authored-by: Dhruv Tailor <[email protected]>
Co-authored-by: Oskar Kwaśniewski <[email protected]>
Co-authored-by: Daksh Bhardwaj <[email protected]>
Co-authored-by: Connor Tumbleson <[email protected]>
Co-authored-by: Dmytro Rykun <[email protected]>
Co-authored-by: David Narbutovich <[email protected]>
Co-authored-by: Damoness <[email protected]>
Co-authored-by: Joshua Yoes <[email protected]>
Co-authored-by: Pavlos Vinieratos <[email protected]>
Co-authored-by: Timothy Yung <[email protected]>
Co-authored-by: Luna <[email protected]>
Co-authored-by: Timothy Yung <[email protected]>
Co-authored-by: Ismael Moreira <[email protected]>
Co-authored-by: Kryštof Woldřich <[email protected]>
Co-authored-by: Asaf Korem <[email protected]>
Co-authored-by: Jesse Katsumata <[email protected]>
Co-authored-by: Chukwu Smart <[email protected]>
Co-authored-by: Karl Horky <[email protected]>
Co-authored-by: Luis Medina <[email protected]>
Co-authored-by: mjh <[email protected]>
Co-authored-by: Telmen <[email protected]>
Co-authored-by: Héctor Ramos <[email protected]>
Co-authored-by: Peter Cho <[email protected]>
Co-authored-by: Rafael Ricardo Vieceli <[email protected]>
Co-authored-by: Alex Hunt <[email protected]>
Co-authored-by: khali70 <[email protected]>
Co-authored-by: Robbie <[email protected]>
Co-authored-by: Eric Edouard Amilhat <[email protected]>
Co-authored-by: Robbie Plankenhorn <[email protected]>
Co-authored-by: Hyungu Kang | Airen <[email protected]>1 parent 9ce8c5b commit 262a15aCopy full SHA for 262a15a
File tree
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changedFilter options
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changed
0 commit comments