Skip to content

220326 sync 0.67 - #574

Merged
sunnylqm merged 64 commits into
reactnativecn:productionfrom
react:main
Mar 26, 2022
Merged

220326 sync 0.67#574
sunnylqm merged 64 commits into
reactnativecn:productionfrom
react:main

Conversation

@sunnylqm

Copy link
Copy Markdown

No description provided.

kelsetand others added 30 commits January 19, 2022 09:32
* version 0.67
* Revert "version 0.67"
This reverts commit f4896ac.
* updated v0.67 docs cut
* add Lorenzo
* Facebook -> Meta
* 067 blogpost
* add highlights and truncate
* tweak
* Update website/blog/2022-01-19-version-067.md
* Update website/blog/2022-01-19-version-067.md
Co-authored-by: Eli White <github@eli-white.com>
* Move Hermes 0.10 issue callout to acknowledgements
* Link the wiki
Co-authored-by: Luna <lunaleaps@gmail.com>
Co-authored-by: Eli White <github@eli-white.com>
Co-authored-by: Luna <luwe@fb.com>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.30...3.2.0)
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: luism3861 <Eduardo_Medina@fragua.com.mx>
…late (#2954)
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
* - (Image) Fix documentation for onLoad event.
* - (Image) Prettier.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AndroidManifext.xml should be AndroidManifest.xml
…ok) (#2879)
* Initial Draft of the New Architecture Playbook
* Fix c++ codeblocks not rendering correctly
* Fix Android.mk containing wrong wildcards
* Remove Markdown exports artifacts
* Fix missing parenthesis in section header
* Renamed section header as it was incomplete
* Removed canCreateTurboModule as it was not used
* Fix indententation and add imports to MyComponentsRegistry.java
* Add missing import for MyComponentsRegistry.h
* Fix the broken table
* s/two/three arguments
* Fix comments inside podfile
* split The New Architecture guide into few pages (#2882)
* Fix wrong import for ./RNTMyNativeViewNativeComponent
* Fix import for codegenNativeCommands
* Add a banner for TypeScript support
* Do not sound prescriptive with 'you will be using flow'
* React concurrent mode -> React 18
* Add a banner on homepage about the number of manual steps
* Fix typo on Enabling TurboModule section title
Co-authored-by: Johny Urgiles <jurgiles@users.noreply.github.com>
* code formatting, admonitions and small tweaks (#2922)
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
* Use descriptive component names and fix use of ref (#2935)
* Use descriptive component names and fix use of ref
* Remove ambiguity from migrating .measure* example
* Playbook => Guide
* Use implicit dependency substitution for the Gradle Plugin
* Specify reactRoot and codegenDir in the App setup
* Add a patch for configureNdkBuild not depending on preBuild
* Add the getTurboModule method
* Copy the warning banner on all the pages
* Update pod install to specify RCT_NEW_ARCH_ENABLED
* HermesExecutorFactory header lives inside reacthermes/ and not React/
* Fix broken jsExecutorFactoryForBridge iOS
* Bump used nightly version to 0.0.0-20220201-2008-79975d146
* Clarify the react-native-codegen version to use
* Suggest to use :app:externalNativeBuildDebug instead of Release
* Put LOCAL_SHARED_LIBRARIES on Android.mk on separate lines
* Update docs/new-architecture-app-renderer-ios.md
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Remove unnecessary duplicated `pod install`
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
* Setup a New Architecture Troubleshooting page
* Fix lint failures on troubleshooting section
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Johny Urgiles <jurgiles@users.noreply.github.com>
Co-authored-by: Samuel Susla <samuel.susla@gmail.com>
* fix(ios): update Fabric in Podfile instructions
* move fabric_enabled comment closer to the property
* Adding ELI5 video to the home page
* Remove unused VideoContainer function
* Combining Video and Talk sections
Co-authored-by: Dmitry Vinnik <dvinnik@fb.com>
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.25.0...v1.27.0)
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sammy-SCand others added 29 commits March 8, 2022 13:42
Co-authored-by: Simek <gosimek@gmail.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
…ng group in Architecture Overview intro (#2996)
* Clarify intended audience for architecture overview
* Fix broken links
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Lorenzo Sciandra <notkelset@kelset.dev>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: Piotr Trocki <piotr@trocki.com>
…mentation (#2977)
Co-authored-by: Andrei Shikov <andreiishikov@gmail.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: Simek <gosimek@gmail.com>
…#3028)
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
@sunnylqm
sunnylqm merged commit d47b150 into reactnativecn:productionMar 26, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

20 participants

@sunnylqm@pke@kelset@cortinico@sota000@luism3861@BattleOfPlassey@michaelrevans@jzxchiang1@Simek@1natsu172@DibyajyotiMishra@JiovannaManriquez@markbell2410@ErickMaeda@kav@Hkmu@tido64@cipolleschi@kidonng