You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit eb540aeaaf06d15f6601ae858e7f5b58ac25eba5
Author: Timothy Yung <[email protected]>
Date: Fri Dec 30 04:13:03 2022 -0500
Remove `NativeDeprecated` from "Direct Manipulation" page (#3489)
commit bc31146236dc79f615c6c3d947cdd87ab0221324
Author: Luna <[email protected]>
Date: Wed Dec 28 11:57:30 2022 -0800
Clarify New Architecture = Fabric and link to instructions
commit e1bebde7895dee188394a8a672e30d9498015555
Author: Nick Gerleman <[email protected]>
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 <[email protected]>
Date: Mon Dec 19 23:38:42 2022 +0800
Rename `POST_NOTIFICATION` to `POST_NOTIFICATIONS` (#3448)
commit 8003fbdd160469748cac4ee8241dc728981ceb04
Author: Nick Gerleman <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Thu Dec 15 17:58:30 2022 +0100
chore: fix objective-c syntax highlighting (#3482)
commit 741b3b23f9899437e8919fe161dce4f766c3ea62
Author: Manuel Carrillo Almoguera <[email protected]>
Date: Thu Dec 15 14:50:16 2022 +0100
Fixed "Staying up to date" blog link (#3481)
commit 25b8e43ba23df806a113a323b43afd887f7ec2aa
Author: Oskar Kwaśniewski <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Wed Dec 14 16:55:14 2022 -0800
Fix a typo and consistently capitalize New Architecture
commit 0c3364e80186eaa7c5a389e9af751d5dcf908703
Author: Nicola Corti <[email protected]>
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 <[email protected]>
* Update docs/the-new-architecture/pillars-fabric-components.md
Co-authored-by: Riccardo <[email protected]>
* Update docs/the-new-architecture/pillars-fabric-components.md
Co-authored-by: Riccardo <[email protected]>
* Handle all the review feedback
* Fix lint
Co-authored-by: Riccardo <[email protected]>
commit 1e3ba7402f2eb0b14b2b54ad3a1006786e547f49
Author: Nicola Corti <[email protected]>
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 <[email protected]>
Co-authored-by: Riccardo <[email protected]>
commit ae5696fca49cf1779f7165e3c573845d6f27b7c0
Author: Nick Gerleman <[email protected]>
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 <[email protected]>
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 <[email protected]>
commit 89aa89c768dfeb882c4b3474488c59bd05a45990
Author: Vincent Riemer <[email protected]>
Date: Tue Dec 13 10:53:01 2022 -0800
Add "Pointer Events in React Native" blog post (#3464)
commit 035054cbdba34b7d1ff4eaed15af463e23431e61
Author: Nick Gerleman <[email protected]>
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 <[email protected]>
Date: Thu Dec 8 14:34:40 2022 -0800
Add Vincent Riemer as a blog post author (#3462)
commit 1fd54895cbe783efe8a29b472d20ab4017b72a44
Author: Nicola Corti <[email protected]>
Date: Thu Dec 8 08:11:32 2022 +0100
[0.71] Update page on Enabling Hermes for 71 (#3449)
commit c3bfaf34fedcf19a57dd93638107407634e5f020
Author: Nick Gerleman <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit 0dd7d9623c7ba92e8309872ed00254733873830a
Author: Krastan Dimitrov <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
commit 8bdacb3182050789f899f42237c439cbb48d231f
Author: Nick Gerleman <[email protected]>
Date: Fri Dec 2 08:16:32 2022 -0800
Update TS Instructions for Simplified Template (#3444)
commit 424942f4deb353c1c24b7813eebc04379f56d406
Author: Lorenzo Sciandra <[email protected]>
Date: Fri Dec 2 11:40:37 2022 +0000
fix changelog entries (#3447)
commit e86aebea593d886bd183f240b1f8d0e363805c30
Author: Nick Gerleman <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Wed Nov 30 11:17:39 2022 +0000
feat: add instructions in case the release fails (#3433)
commit 718bcdeefedf0d31ca33248f3e48779cb1b04b50
Author: Ponikar <[email protected]>
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 <[email protected]>
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 <[email protected]>
Co-authored-by: Nicola Corti <[email protected]>
commit 6410c78a0d0476f32e8f78c66a88472353b7d1ef
Author: Bartosz Kaszubowski <[email protected]>
Date: Tue Nov 29 20:13:48 2022 +0100
[website] fix lint scripts glob patterns (#3441)
commit 381f34b558464aa06615fbf217884d27355355de
Author: Subrat Kumar Das <[email protected]>
Date: Wed Nov 30 00:43:09 2022 +0530
Update why.md (#3442)
commit fe8af6beff794ee9d6d589c84d38d6afff28c460
Author: Luna <[email protected]>
Date: Mon Nov 28 17:52:02 2022 -0800
Fix React Native CLI link (#3440)
commit 72e96c309eaf7da48f8963d9c74e9226fca71a92
Author: Nick Gerleman <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Mon Nov 28 19:45:23 2022 +1100
Fabric Native Components: grammar fix (#3434)
commit 168bf198d4a6a2a02bb38c6d1908e309427d3fd1
Author: Lorenzo Sciandra <[email protected]>
Date: Fri Nov 25 11:53:34 2022 +0000
chore(showcase): add links to MSFT devblog (#3430)
commit e9545cceca3a45da8481286b6d6acd138614f030
Author: Keerthilingu <[email protected]>
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 <[email protected]>
Co-authored-by: Nicola Corti <[email protected]>
commit b182e82ed8f4c39b249d0274f0adf69648e8a802
Author: Nicola Corti <[email protected]>
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 <[email protected]>
* 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 <[email protected]>
* Update website/blog/2022-11-22-react-native-core-contributor-summit-2022.md
Co-authored-by: Michał Pierzchała <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>
Co-authored-by: Michał Pierzchała <[email protected]>
commit 8e4f65db0146c406d93c976f0d8fdf11e784aa86
Author: Nick Gerleman <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Fri Nov 18 19:42:59 2022 +0100
Fix documentation for Turbo Native Modules on 0.70 (#3425)
commit 1f3e936f95cd91949bc1544f5946c45a51e10601
Author: LeoTM <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Fri Nov 18 04:13:23 2022 +0100
chore: fix typo (#3412)
commit db6be2466d9b931001b1bebb406683bd1575ec60
Author: Hyungu Kang | Airen <[email protected]>
Date: Fri Nov 18 12:10:03 2022 +0900
Update optimizing-flatlist-configuration.md (#3418)
commit 3fc81efda00dbca0407afddb4cf7e0c1334d72c2
Author: Gabriel Donadel Dall'Agnol <[email protected]>
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] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit d83ebd6530d6b7f0c9902e197c31911e2f86c2fa
Author: Lorenzo Sciandra <[email protected]>
Date: Thu Nov 10 12:32:50 2022 +0000
update FAQ about support policy (#3414)
commit df3776eba6dcb1cfbd25f6e7520e8d684ea66857
Author: Bartosz Kaszubowski <[email protected]>
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 <[email protected]>
Date: Wed Nov 9 10:40:20 2022 -0300
feat: Update TextInput autoComplete docs [w3c] (#3409)
Co-authored-by: Bartosz Kaszubowski <[email protected]>
commit b5359fa01e9a0fdf7ba4be80c20a8eee81ccb369
Author: Gabriel Donadel Dall'Agnol <[email protected]>
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] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit 7d7bda47aa563f3a2bb9052804ae04bf38ee8f2a
Author: nishan (o^▽^o) <[email protected]>
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 <[email protected]>
* Update docs/layout-props.md
Co-authored-by: Nick Gerleman <[email protected]>
* Update docs/layout-props.md
Co-authored-by: Nick Gerleman <[email protected]>
Co-authored-by: Nick Gerleman <[email protected]>
commit 374a767cc6e4d0df10dbd00f9be8eca51b347aa1
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Mon Nov 7 14:50:22 2022 -0300
Add aria props to component docs (#3404)
Co-authored-by: Bartosz Kaszubowski <[email protected]>
commit d45f79af2d302b0d2299f5b14aebe8be871f3f0c
Author: Bartosz Kaszubowski <[email protected]>
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 <[email protected]>
Date: Mon Nov 7 07:27:42 2022 -0800
chore: fix typos (#3405)
commit c8fdd9b4e4847b74167eeac5bb246c69d145ef0d
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Mon Nov 7 12:12:16 2022 -0300
Update documentation regarding W3C Web Styles (#3403)
commit 5f155368e3e166c1e344f0a85695d8e0c2acdf57
Author: Michael Neeley <[email protected]>
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) <[email protected]>
Date: Mon Nov 7 11:35:38 2022 -0300
Fix adb logcat command (#3397)
commit 7c1231384b9a0c85e100aa2e26ad09e85c2e5527
Author: Héctor Ramos <[email protected]>
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 <[email protected]>
Date: Mon Nov 7 14:41:52 2022 +0100
remove M1 Cocoapods note (#3399)
commit 1ebdea3334d33b8e0a30e638b399af7b5b712af6
Author: Bartosz Kaszubowski <[email protected]>
Date: Mon Nov 7 14:41:31 2022 +0100
State: reformat example (#3400)
commit 2e70c88a8bf58b72de5dccee61871b099bfac129
Author: Bartosz Kaszubowski <[email protected]>
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 <[email protected]>
Date: Mon Nov 7 14:39:45 2022 +0100
Platform Specific Code: tweak wording (#3402)
commit 00c2808a71cee840d16b12d0f1406a3c87a0facf
Author: Hyungu Kang | Airen <[email protected]>
Date: Sun Nov 6 21:14:16 2022 +0900
Added lineBreakStrategyIOS to Text and TextInput (#2566)
Co-authored-by: Bartosz Kaszubowski <[email protected]>
commit ab32e2dea93e04577cea66bac6ea61966348eeb4
Author: Robbie Plankenhorn <[email protected]>
Date: Sun Nov 6 02:38:15 2022 -0600
Speeding up Build: Fixing symbolic links (#3329)
commit 8e222896ea2158029b84408d3716c4c8ed7ddb67
Author: Eric Edouard Amilhat <[email protected]>
Date: Sat Nov 5 08:44:59 2022 +0100
View Style Props: Add borderCurve prop (#2785)
commit c9440215742146c092573c8f6be5779afec20891
Author: Robbie <[email protected]>
Date: Sat Nov 5 07:41:43 2022 +0000
Alert: Add "isPreferred" to AlertButtonStyle (#2839)
commit f279c065587fbee364709168975b7b3496675d47
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Sat Nov 5 04:18:08 2022 -0300
Add missing aria props to Accessibility docs (#3396)
commit 00646cd845c7ba296159c4d392ffe3b54eb92f28
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Fri Nov 4 21:20:18 2022 -0300
feat: Update fontVariant supported types docs (#3378)
commit 96f429765133de969e3aafdf4142d132c0b29e06
Author: khali70 <[email protected]>
Date: Sat Nov 5 02:16:15 2022 +0200
update to microsoft-openjdk11 (#3386)
commit cdd9399f16571b6a9669226fec27fd7734ed4848
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Fri Nov 4 05:38:35 2022 -0300
Fix documentation typos (#3395)
commit ea4f803121f7852f2de83a417aa8401726eca216
Author: Alex Hunt <[email protected]>
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 <[email protected]>
Date: Tue Nov 1 12:31:44 2022 +0100
Replaced editUrl branch name with main (#3389)
commit b47dc1df6fca663fe6abd74f311e07e14c02b157
Author: David Narbutovich <[email protected]>
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 <[email protected]>
Date: Fri Oct 28 17:54:38 2022 -0400
Build from Source: add missing paren in publishing (#3387)
commit d4fcb9375f3ed40aa4c54028f912f55bd6c91431
Author: Héctor Ramos <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Wed Oct 19 19:20:52 2022 +0800
Fix typo in New Architecture Intro (#3374)
Co-authored-by: Bartosz Kaszubowski <[email protected]>
commit 262ff68833ac34982e64d174c997f0d194eb7e10
Author: mjh <[email protected]>
Date: Wed Oct 19 01:39:56 2022 -0700
Fixed typo in headless-js-android.md (#3377)
commit e4d09821bdfcf1264e25afb3d3407f4a100f3228
Author: Lorenzo Sciandra <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Sun Oct 16 16:45:12 2022 +0100
fix: improve TM explanation (#3364)
commit f042dca61acf8b5c06157752e787f6c6a704caf3
Author: Bartosz Kaszubowski <[email protected]>
Date: Wed Oct 12 20:50:17 2022 +0200
add back missing docs vote component (#3371)
commit 6dc2805e4d93a6e47ae1a70f2aaab1303d47d77f
Author: Luis Medina <[email protected]>
Date: Wed Oct 12 03:19:27 2022 -0500
docs: update running on simulator iOS (#3346)
commit 3add39c3f258868673a5740a873b7559bd2434dc
Author: Karl Horky <[email protected]>
Date: Wed Oct 12 10:16:55 2022 +0200
Getting Started: list zsh before bash in macOS guide (#3358)
Co-authored-by: Nicola Corti <[email protected]>
commit f6be947a820080785db66904f961cdecd6051aa5
Author: Chukwu Smart <[email protected]>
Date: Wed Oct 12 09:14:23 2022 +0100
ScrollView: rephrase onContentSizeChange description (#3357)
Co-authored-by: Nicola Corti <[email protected]>
commit 37d85ba6a1b4f061f7c0767c6a35cb62ad27c61c
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Wed Oct 12 05:11:14 2022 -0300
Layout Props: Update aspectRatio supported types (#3363)
commit e00c9b0f5d3e207422c10b609a1e00b2893ee78e
Author: Jesse Katsumata <[email protected]>
Date: Wed Oct 12 17:07:36 2022 +0900
Getting Started: fix Android version label in older docs (#3367)
commit 03d88486b5136e2bdf62d78ce6ff68254216e7cc
Author: Timothy Yung <[email protected]>
Date: Tue Oct 11 15:15:08 2022 -0700
Fix headers on *.ts files (#3370)
commit e5ba872c47bdd8ca58d3e4360ac3ce1c4591821c
Author: Timothy Yung <[email protected]>
Date: Tue Oct 11 15:07:00 2022 -0700
Missing header in `docusaurus.config.js` (#3369)
commit f0d9c4a13e1da72b544b569334bd63bb48fb7363
Author: Jesse Katsumata <[email protected]>
Date: Sat Oct 8 05:45:16 2022 +0900
Communities: remove duplicate header (#3365)
commit a6e74190571efadcdbe1437cce85eaedbce4e503
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Thu Oct 6 06:45:52 2022 -0300
feat: Add verticalAlign to Text Style Props docs (#3361)
commit 911a2825d06caa081a080c9160b9dc3defc37e27
Author: Nicola Corti <[email protected]>
Date: Wed Oct 5 11:15:01 2022 +0100
Finalize the Kotlinization (#3360)
* Finalize the Kotlinization
* Remove extra imports
commit 3c124e068c87462b7396ba75112e314dd89c5cab
Author: Asaf Korem <[email protected]>
Date: Tue Oct 4 21:03:42 2022 +0300
Showcase: add Wix's apps section. (#3349)
commit 2e4eb04c4cf8cc08891c9d03f20cd9a5c43bb7ae
Author: Kryštof Woldřich <[email protected]>
Date: Tue Oct 4 13:09:33 2022 +0200
Fix codegen iOS scripts paths (#3359)
commit 4c3603bdb3b3d79cc06d0c61d314271529272b3c
Author: Ismael Moreira <[email protected]>
Date: Mon Oct 3 14:09:54 2022 -0300
Update pillars-turbomodule.md (#3355)
commit 4b1aeff450c5beac1d56f3e53c3a4bc33ce2e502
Author: Oskar Kwaśniewski <[email protected]>
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 <[email protected]>
Co-authored-by: Riccardo <[email protected]>
commit 9987b073834c441376411803327ca98b5830a847
Author: Timothy Yung <[email protected]>
Date: Fri Sep 30 08:43:45 2022 -0700
Fix more copyright header issues (#3353)
commit 84397da4472126692672d80a28e3b2d83b984e25
Author: Timothy Yung <[email protected]>
Date: Fri Sep 30 08:43:28 2022 -0700
Update to Contributor Covenant (#3354)
commit 6e981dd26610f352d4511cd81ead09f6926124df
Author: Lorenzo Sciandra <[email protected]>
Date: Fri Sep 30 11:57:11 2022 +0100
rework the community section of the website (#3338)
Co-authored-by: Luna <[email protected]>
commit b943d450e1fcc915ff50f3363e5d9fb15a1e3c20
Author: Timothy Yung <[email protected]>
Date: Fri Sep 30 00:49:39 2022 -0700
Apply updated copyright to `*.js` files (#3352)
commit 006f5730485614459db8f25f7f5e79191848360b
Author: Timothy Yung <[email protected]>
Date: Fri Sep 30 00:48:43 2022 -0700
Address Security Vulnerabilities in Dependencies (#3351)
commit d6fe39d70c90e973d30b3f1512a77581a8657810
Author: Arati Chilad <[email protected]>
Date: Wed Sep 28 03:43:38 2022 -0700
Checks for the documentation (#3348)
commit 3d1ea2c37dd05fac159b8864d1a3f977241b54d1
Author: Lorenzo Sciandra <[email protected]>
Date: Tue Sep 27 17:27:34 2022 +0100
add NFL to the showcase (#3347)
commit ff9886c119e1d5686240cee250c2245a773d1a73
Author: Pavlos Vinieratos <[email protected]>
Date: Mon Sep 26 12:44:01 2022 +0300
Update showcase link for Artsy (#3340)
commit 905824ad1327dda42dc217542317f3199830bffe
Author: Joshua Yoes <[email protected]>
Date: Mon Sep 26 01:17:31 2022 -0700
fix(native-modules-android.md): rename createCalendarEventCallback (#3345)
commit 400d50908f248f3feb22cd258f3c05b306962c68
Author: Damoness <[email protected]>
Date: Mon Sep 26 15:54:57 2022 +0800
Layout Props: clean warning in example (#3344)
commit 86139c5e5a906629f3ffc863987bcd0e5e903c52
Author: David Narbutovich <[email protected]>
Date: Sun Sep 25 21:14:53 2022 +0400
Document ability to pass Element via ItemSeparatorComponent (#3343)
commit c9448b07cd424faacbb24d2083853400bc481145
Author: Daksh Bhardwaj <[email protected]>
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 <[email protected]>
Date: Fri Sep 23 03:02:12 2022 -0400
Add Source Maps Page (#3293)
Co-authored-by: Bartosz Kaszubowski <[email protected]>
Co-authored-by: Dmytro Rykun <[email protected]>
commit 69f723bd2c816f13b0559da87e4278ec34fcfc0a
Author: Daksh Bhardwaj <[email protected]>
Date: Fri Sep 23 12:29:47 2022 +0530
Text: add documentation for `userSelect` prop (#3311)
commit 4260478fa856a72d7c141bf133f05f1161b760cf
Author: Daksh Bhardwaj <[email protected]>
Date: Fri Sep 23 12:25:51 2022 +0530
add documentation for `aria-modal` prop (#3320)
commit 94c5e800b4eb042f5b93c85ff151d9e123891a83
Author: Oskar Kwaśniewski <[email protected]>
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 <[email protected]>
Date: Thu Sep 22 18:15:06 2022 +0530
Add new props to Image docs (#3310)
commit 357254c6b5b754674a0b93e663f2c67c958179ac
Author: Lorenzo Sciandra <[email protected]>
Date: Thu Sep 22 11:32:05 2022 +0100
chore: clean up new arch docs (#3332)
* tweaks
* revert change
commit 12dc7125d050cc5362a6b75cafebd42dc7578bd3
Author: Akshansh Thakur <[email protected]>
Date: Wed Sep 21 23:18:21 2022 +0530
Updated button.md to reference Pressable (#3237)
commit 875448365a47e9d99a623a54b8e5bc9c6e9b5c37
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Wed Sep 21 09:47:51 2022 -0300
Add id prop to Text, TouchableWithoutFeedback and View docs (#3285)
commit 91ce6bc1535fd5ad5c524150c185cc0d3e3709dd
Author: Riccardo <[email protected]>
Date: Wed Sep 21 12:52:34 2022 +0100
fix: Improve wording for iOS getting started (#3334)
commit b5f5b5a31ce666a85fb6383db0b33e17c12e7fcf
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Wed Sep 21 08:23:41 2022 -0300
Update colors docs regarding expanded support for CSS Colors (#3306)
commit 4e386d6a794568dd6de0a8fc143db6bc34d24ec9
Author: Nicola Corti <[email protected]>
Date: Wed Sep 21 11:41:31 2022 +0100
Update docs with AGP 7.3.x setup (#3333)
commit 72c8bd5f749ec7d3256af651a7ea1ed3ebd5a9c1
Author: Lorenzo Sciandra <[email protected]>
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 <[email protected]>
commit 7202412aec9f52de63926ce73c473676ec6f8ceb
Author: Bartosz Kaszubowski <[email protected]>
Date: Tue Sep 20 00:35:29 2022 +0200
fix incorrect link to re-enable prod deploy (#3330)
commit 5dd8fcd914f187bfe686f5dabc59326efae0a900
Author: Lorenzo Sciandra <[email protected]>
Date: Fri Sep 16 18:27:40 2022 +0100
showcase: update entries (#3328)
commit 8c65a420c02b9c77f57aaa649a27eda941b5a290
Author: Lorenzo Sciandra <[email protected]>
Date: Fri Sep 16 11:19:11 2022 +0100
minor tweaks to the wording for the versions page (#3327)
commit 7bb5d882995a8a0bd9553bdea8ff2ca4c26ac2d9
Author: Nicola Corti <[email protected]>
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 <[email protected]>
commit 5462afb4e7dcb6ef14272a34418c0e62aa47e0f7
Author: Sunny Luo <[email protected]>
Date: Fri Sep 16 16:04:34 2022 +0800
fix _getting-started-macos-ios.md info format (#3326)
commit a917b04e8a154bdf99c0cf148feda9f9b1c2c867
Author: Nicola Corti <[email protected]>
Date: Thu Sep 15 14:54:20 2022 +0300
Fix broken links to Appendix (#3319)
commit 1285a79f393a83f208f9b47243c6ee01aa6cc5c3
Author: Riccardo <[email protected]>
Date: Thu Sep 15 11:21:03 2022 +0200
[Fix] Improve Getting started with iOS (#3323)
commit 791d9d12898851b7e4030ba80f2b28995067332c
Author: Riccardo <[email protected]>
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 <[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]>
commit 046801154da4c379605d1966c704371373eee7fb
Author: JiashengWu <[email protected]>
Date: Wed Sep 14 00:19:07 2022 -0700
Fix title case in testing-overview.md (#3322)
commit 38cd75a4064debf2da7186d3e328928f83bbe63b
Author: Nicola Corti <[email protected]>
Date: Tue Sep 13 19:24:25 2022 +0100
Remove unnecessary box from Legacy Native Modules/Components (#3313)
commit bbd36d157cedab6517a62c4bfdd1cdf94b8aa432
Author: Nicola Corti <[email protected]>
Date: Fri Sep 9 21:18:24 2022 +0100
[0.70] Clarify New Architecture Terminology (#3315)
commit c084b5a413a1f2345ae5289b7901eb91773b0279
Author: Nicola Corti <[email protected]>
Date: Fri Sep 9 21:18:04 2022 +0100
Clarify New Architecture Terminology - Take 2 (#3316)
commit 63d00e7b4e91545c16fe8c505f9ed9b24ac82b73
Author: Ricky <[email protected]>
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 <[email protected]>
Date: Fri Sep 9 15:08:43 2022 +0100
Clarify New Architecture Terminology (#3308)
commit 42e0266b0c8b93c883b0253ae0f4c1fe825630e9
Author: Riccardo <[email protected]>
Date: Fri Sep 9 12:21:24 2022 +0100
fix: Address missing feedback from prev PR (#3312)
commit 4a3b02c823728041b4b3d981e2bfb1f21c7fbc81
Author: Riccardo <[email protected]>
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 <[email protected]>
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 <[email protected]>
* 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 <[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]>
commit 9e6e3116966e2b9ba6208bfd8ff2bb19ccff1983
Author: Nicola Corti <[email protected]>
Date: Thu Sep 8 12:55:43 2022 +0100
Follow-up on CMake clarification for 0.70 (#3309)
commit 000d5811452c859d49e528236abf3ad6bda30333
Author: Nicola Corti <[email protected]>
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 <[email protected]>
Date: Wed Sep 7 09:08:34 2022 +0200
docs: fix path in script example (#3302)
commit 10f26e9e84514838f35faf80f29a209a5f47371d
Author: Ricky <[email protected]>
Date: Tue Sep 6 13:00:59 2022 -0400
Revert renaming native components (#3301)
commit b4320925c492915510ee35179f711bba4e85c726
Author: Daksh Bhardwaj <[email protected]>
Date: Tue Sep 6 19:31:59 2022 +0530
TextInput: Add enterKeyHint prop (#3299)
commit f57ac2d6b11b098800c19cdf3b41449b3de90784
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Tue Sep 6 09:36:40 2022 -0300
Image: Add tintColor prop (#3292)
Co-authored-by: Bartosz Kaszubowski <[email protected]>
commit 7d7f4831fd33c0f889f60cc05c6862171f136056
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Tue Sep 6 09:35:28 2022 -0300
View: Add tabIndex prop (#3286)
Co-authored-by: Bartosz Kaszubowski <[email protected]>
commit 9422060674dc1347df8494e882ebba358d48db9a
Author: fabriziobertoglio1987 <[email protected]>
Date: Tue Sep 6 17:29:42 2022 +0800
adding accessibilityRole 'grid' to documentation (#3224)
commit 0de9633e56b3079af82ffd2a000ac4a88ab66c34
Author: EvertEt <[email protected]>
Date: Tue Sep 6 11:22:19 2022 +0200
Flexbox: correct example description (#3284)
commit 04250d6c0a173edccd5decf93c56f22678a0deee
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Tue Sep 6 06:18:34 2022 -0300
TextInput: Add inputMode prop (#3289)
commit 9a4ad7aaa04706a61ea128d6bfe4448132f8336b
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Tue Sep 6 06:08:25 2022 -0300
TextInput: Add rows prop (#3280)
commit 51a75437cd08bbe34d07cf2be10be70842dcd331
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Tue Sep 6 06:04:49 2022 -0300
AccessibilityInfo: add prefersCrossFadeTransitions to docs (#3279)
commit 010d7cd5dcb9796024100ea9215e0baf7bb8ccd9
Author: Gabriel Donadel Dall'Agnol <[email protected]>
Date: Tue Sep 6 06:02:01 2022 -0300
TextInput: Add readOnly prop (#3278)
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ If you are looking for the source code of the [React Native Archive website](htt
45
45
## 📖 Overview
46
46
47
47
If you would like to **_contribute an edit or addition to the docs,_** read through our [style guide](STYLEGUIDE.md) before you write anything.
48
-
Almost all our content is generated from markdown files you can find in the `docs`, `website/architecure` and `website/contibuting` directories.
48
+
Almost all our content is generated from markdown files you can find in the `docs`, `website/architecture` and `website/contributing` directories.
49
49
50
50
**_To edit the internals of how the site is built,_** you may want to get familiarized with how the site is built. The React Native website is a static site generated using [Docusaurus](https://docusaurus.io/).
51
51
The website configuration can be found in the `website` directory. Visit the Docusaurus website to learn more about all the available configuration options.
@@ -109,15 +109,15 @@ As mentioned above, the `docs` folder contains the source files for docs from "G
109
109
The doc files for the "Architecture" and "Contribution" tabs are located inside `website` in the respective directories (unversioned/static docs).
110
110
In most cases, you will only want to edit the files within those directories.
111
111
112
-
If you're adding a new doc or you need to alter the order the docs appear in the sidebar, take a look at the `sidebars.json`, `sidebarsArchitecture.json` and `sidebarsContributing.json` files in the `website` directory. The sidebar files contains a list of document ids that should match those defined in the header metadata (aka frontmatter) of the docs markdown files.
112
+
If you're adding a new doc or you need to alter the order the docs appear in the sidebar, take a look at the `sidebars.json`, `sidebarsArchitecture.json` and `sidebarsContributing.json` files in the `website` directory. The sidebar files contain a list of document ids that should match those defined in the header metadata (aka frontmatter) of the docs markdown files.
113
113
114
114
### Versioned docs
115
115
116
116
Part of the React Native website is versioned to allow users to go back and see the Guides or API reference documentation for any given release. A new version of the website is generally generated whenever there is a new React Native release. When this happens, any changes made to the `docs` and `website/sidebars.json` files will be copied over to the corresponding location within `website/versioned_docs` and `website/versioned_sidebars`.
117
117
118
118
> **_Note:_** Do not edit the auto-generated files within `versioned_docs` or `versioned_sidebars` unless you are sure it is necessary. Edits made to older versions will not be propagated to newer versions of the versioned docs.
119
119
120
-
Docusaurus keeps track of the list of versions for the site in the `website/versions.json` file. The ordering of the versions in this file should be in reverse chronological order.
120
+
Docusaurus keeps track of the list of versions for the site in the `website/versions.json` file. The ordering of versions in this file should be in reverse chronological order.
> `.bash_profile` is specific to `bash`. If you're using another shell, you will need to edit the appropriate shell-specific config file.
65
65
66
-
Type `source $HOME/.bash_profile` for `bash` or `source $HOME/.zprofile` to load the config into your current shell. Verify that ANDROID_SDK_ROOT has been set by running `echo $ANDROID_SDK_ROOT` and the appropriate directories have been added to your path by running `echo $PATH`.
66
+
Type `source $HOME/.bash_profile` for `bash` or `source $HOME/.zprofile` to load the config into your current shell. Verify that ANDROID_HOME has been set by running `echo $ANDROID_HOME` and the appropriate directories have been added to your path by running `echo $PATH`.
67
67
68
68
> Please make sure you use the correct Android SDK path. You can find the actual location of the SDK in the Android Studio "Preferences" dialog, under **Appearance & Behavior** → **System Settings** → **Android SDK**.
69
69
@@ -97,11 +97,7 @@ If you want to start a new project with a specific React Native version, you can
Run `source ~/.zprofile` (or `source ~/.bash_profile` for `bash`) to load the config into your current shell. Verify that ANDROID_SDK_ROOT has been set by running `echo $ANDROID_SDK_ROOT` and the appropriate directories have been added to your path by running `echo $PATH`.
84
+
Run `source ~/.zprofile` (or `source ~/.bash_profile` for `bash`) to load the config into your current shell. Verify that ANDROID_HOME has been set by running `echo $ANDROID_HOME` and the appropriate directories have been added to your path by running `echo $PATH`.
85
85
86
86
> Please make sure you use the correct Android SDK path. You can find the actual location of the SDK in the Android Studio "Preferences" dialog, under **Appearance & Behavior** → **System Settings** → **Android SDK**.
87
87
@@ -109,11 +109,7 @@ If you want to start a new project with a specific React Native version, you can
Copy file name to clipboardexpand all lines: docs/_getting-started-macos-ios.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
import M1Cocoapods from './\_markdown-m1-cocoapods.mdx'; import RemoveGlobalCLI from './\_remove-global-cli.md';
1
+
import RemoveGlobalCLI from './\_remove-global-cli.md';
2
2
3
3
## Installing dependencies
4
4
@@ -70,8 +70,6 @@ To install a simulator, open <strong>Xcode > Preferences...</strong> and select
70
70
71
71
For more information, please visit [CocoaPods Getting Started guide](https://guides.cocoapods.org/using/getting-started.html).
72
72
73
-
<M1Cocoapods />
74
-
75
73
### React Native Command Line Interface
76
74
77
75
React Native has a built-in command line interface. Rather than install and manage a specific version of the CLI globally, we recommend you access the current version at runtime using `npx`, which ships with Node.js. With `npx react-native <command>`, the current stable version of the CLI will be downloaded and executed at the time the command is run.
@@ -107,11 +105,7 @@ If you want to start a new project with a specific React Native version, you can
You can also start a project with a custom React Native template with the `--template` argument.
115
109
116
110
> **Note** If the above command is failing, you may have old version of `react-native` or `react-native-cli` installed globally on your pc. Try uninstalling the cli and run the cli using `npx`.
implementation "com.facebook.react:react-native:+" // From node_modules
67
-
implementation "org.webkit:android-jsc:+"
68
-
}
69
-
```
62
+
First, let's edit your `settings.gradle` file by adding this line:
70
63
71
-
> If you want to ensure that you are always using a specific React Native version in your native build, replace `+` with an actual React Native version you've downloaded from `npm`.
Add an entry for the local React Native and JSC maven directories to the top-level `build.gradle`. Be sure to add it to the “allprojects” block, above other maven repositories:
68
+
Then you need to open your toplevel `build.gradle` and include this line:
74
69
75
-
```gradle
76
-
allprojects {
70
+
```diff
71
+
buildscript {
77
72
repositories {
78
-
maven {
79
-
// All of React Native (JS, Android binaries) is installed from npm
> Make sure that the path is correct! You shouldn’t run into any “Failed to resolve: com.facebook.react:react-native:0.x.x" errors after running Gradle sync in Android Studio.
83
+
This makes sure the React Native Gradle Plugin is available inside your project.
84
+
Finally, add those lines inside your app's `build.gradle` file (it's a different `build.gradle` file inside your app folder):
Those depedencies are available on `mavenCentral()` so make sure you have it defined in your `repositories{}` block.
102
+
103
+
:::info
104
+
We intentionally don't specify the version for those `implementation` dependencies as the React Native Gradle Plugin will take care of it. If you don't use the React Native Gradle Plugin, you'll have to specify version manually.
105
+
:::
93
106
94
107
### Enable native modules autolinking
95
108
@@ -156,12 +169,7 @@ In your `index.js`, create your component. In our sample here, we will add a `<T
@@ -371,7 +379,11 @@ Once you reach your React-powered activity inside the app, it should load the Ja
371
379
372
380
### Creating a release build in Android Studio
373
381
374
-
You can use Android Studio to create your release builds too! It’s as quick as creating release builds of your previously-existing native Android app. There’s one additional step, which you’ll have to do before every release build. You need to execute the following to create a React Native bundle, which will be included with your native Android app:
382
+
You can use Android Studio to create your release builds too! It’s as quick as creating release builds of your previously-existing native Android app.
383
+
384
+
If you use the React Native Gradle Plugin as described above, everything should work when running app from Android Studio.
385
+
386
+
If you're not using the React Native Gradle Plugin, there’s one additional step which you’ll have to do before every release build. You need to execute the following to create a React Native bundle, which will be included with your native Android app:
Copy file name to clipboardexpand all lines: docs/_integration-with-exisiting-apps-objc.md
+9-16
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants'; import M1Cocoapods from './\_markdown-m1-cocoapods.mdx';
1
+
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
2
2
3
3
## Key Concepts
4
4
@@ -186,8 +186,6 @@ Pod installation complete! There are 3 dependencies from the Podfile and 1 total
186
186
187
187
> If this fails with errors mentioning `xcrun`, make sure that in Xcode in **Preferences > Locations** the Command Line Tools are assigned.
188
188
189
-
<M1Cocoapods />
190
-
191
189
### Code integration
192
190
193
191
Now we will actually modify the native iOS application to integrate React Native. For our 2048 sample app, we will add a "High Score" screen in React Native.
@@ -208,15 +206,10 @@ In your `index.js`, create your component. In our sample here, we will add a `<T
0 commit comments