From 2e5c5bbd4dd8987582f16c18367844083cf03448 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 11:01:57 +0200 Subject: [PATCH 01/14] Add quotes --- website/architecture/render-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/architecture/render-pipeline.md b/website/architecture/render-pipeline.md index 96abe66db5f..8bc470dba95 100644 --- a/website/architecture/render-pipeline.md +++ b/website/architecture/render-pipeline.md @@ -160,7 +160,7 @@ React Native renderer leverages structural sharing to minimize the overhead of i In the above example, React creates the new tree using these operations: -1. CloneNode(**Node 3**, {backgroundColor: 'yellow'}) → **Node 3'** +1. CloneNode(**Node 3**, `{backgroundColor: 'yellow'}`) → **Node 3'** 2. CloneNode(**Node 2**) → **Node 2'** 3. AppendChild(**Node 2'**, **Node 3'**) 4. AppendChild(**Node 2'**, **Node 4**) From 7f63f7d25d0bb4fac065a832e69ce9f728563715 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 12:13:54 +0200 Subject: [PATCH 02/14] Fix useless bold chars --- .../2021-09-01-preparing-your-app-for-iOS-15-and-android-12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2021-09-01-preparing-your-app-for-iOS-15-and-android-12.md b/website/blog/2021-09-01-preparing-your-app-for-iOS-15-and-android-12.md index 3334702c802..4cf9d66b080 100644 --- a/website/blog/2021-09-01-preparing-your-app-for-iOS-15-and-android-12.md +++ b/website/blog/2021-09-01-preparing-your-app-for-iOS-15-and-android-12.md @@ -65,7 +65,7 @@ Android 12 introduces new [overscroll effect](https://developer.android.com/abou #### Permission Updates -Android 12 allows users of your app to only provide access to the approximate location if you request it with **`ACCESS_FINE_LOCATION`** permission**.** Learn more about it [here](https://developer.android.com/about/versions/12/approximate-location). +Android 12 allows users of your app to only provide access to the approximate location if you request it with **`ACCESS_FINE_LOCATION`** permission. Learn more about it [here](https://developer.android.com/about/versions/12/approximate-location). Check out Google’s [detailed behavior changes](https://developer.android.com/about/versions/12/behavior-changes-all) for all apps running on Android 12. From 8194d1dba7b50f3fdfca3375dc5de5abaf3f3cdf Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 12:32:45 +0200 Subject: [PATCH 03/14] fix useless extra spacing --- docs/profile-hermes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/profile-hermes.md b/docs/profile-hermes.md index 00887b38c52..ed5e119dd49 100644 --- a/docs/profile-hermes.md +++ b/docs/profile-hermes.md @@ -71,7 +71,7 @@ To open the profile in Chrome DevTools: 2. Select the **Performance** tab. 3. Right click and choose **Load profile...** - Loading a performance profile on Chrome DevTools +Loading a performance profile on Chrome DevTools ## How does the Hermes Profile Transformer work? From ee6f7c07cf432263a42ac34f505341a39a232834 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 12:34:08 +0200 Subject: [PATCH 04/14] fix useless extra spacing --- website/versioned_docs/version-0.70/profile-hermes.md | 2 +- website/versioned_docs/version-0.71/profile-hermes.md | 2 +- website/versioned_docs/version-0.72/profile-hermes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/versioned_docs/version-0.70/profile-hermes.md b/website/versioned_docs/version-0.70/profile-hermes.md index b269d130da7..762edeed8ff 100644 --- a/website/versioned_docs/version-0.70/profile-hermes.md +++ b/website/versioned_docs/version-0.70/profile-hermes.md @@ -93,7 +93,7 @@ To open the profile in Chrome DevTools: 2. Select the **Performance** tab. 3. Right click and choose **Load profile...** - Loading a performance profile on Chrome DevTools +Loading a performance profile on Chrome DevTools ## How does the Hermes Profile Transformer work? diff --git a/website/versioned_docs/version-0.71/profile-hermes.md b/website/versioned_docs/version-0.71/profile-hermes.md index dd42869fe65..1844d4845af 100644 --- a/website/versioned_docs/version-0.71/profile-hermes.md +++ b/website/versioned_docs/version-0.71/profile-hermes.md @@ -71,7 +71,7 @@ To open the profile in Chrome DevTools: 2. Select the **Performance** tab. 3. Right click and choose **Load profile...** - Loading a performance profile on Chrome DevTools +Loading a performance profile on Chrome DevTools ## How does the Hermes Profile Transformer work? diff --git a/website/versioned_docs/version-0.72/profile-hermes.md b/website/versioned_docs/version-0.72/profile-hermes.md index 00887b38c52..ed5e119dd49 100644 --- a/website/versioned_docs/version-0.72/profile-hermes.md +++ b/website/versioned_docs/version-0.72/profile-hermes.md @@ -71,7 +71,7 @@ To open the profile in Chrome DevTools: 2. Select the **Performance** tab. 3. Right click and choose **Load profile...** - Loading a performance profile on Chrome DevTools +Loading a performance profile on Chrome DevTools ## How does the Hermes Profile Transformer work? From 7501fae047164b862e6639c5d7a88877475d7c7d Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 12:36:50 +0200 Subject: [PATCH 05/14] avoid remark-directive syntax --- docs/pushnotificationios.md | 6 +++--- website/versioned_docs/version-0.70/pushnotificationios.md | 6 +++--- website/versioned_docs/version-0.71/pushnotificationios.md | 6 +++--- website/versioned_docs/version-0.72/pushnotificationios.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/pushnotificationios.md b/docs/pushnotificationios.md index 604367ebf9d..665a50fbe54 100644 --- a/docs/pushnotificationios.md +++ b/docs/pushnotificationios.md @@ -402,9 +402,9 @@ See what push permissions are currently enabled. `callback` will be invoked with a `permissions` object: -- `alert` :boolean -- `badge` :boolean -- `sound` :boolean +- `alert: boolean` +- `badge: boolean` +- `sound: boolean` --- diff --git a/website/versioned_docs/version-0.70/pushnotificationios.md b/website/versioned_docs/version-0.70/pushnotificationios.md index 9399cd0c429..e2d15b4a3af 100644 --- a/website/versioned_docs/version-0.70/pushnotificationios.md +++ b/website/versioned_docs/version-0.70/pushnotificationios.md @@ -386,9 +386,9 @@ See what push permissions are currently enabled. `callback` will be invoked with a `permissions` object: -- `alert` :boolean -- `badge` :boolean -- `sound` :boolean +- `alert: boolean` +- `badge: boolean` +- `sound: boolean` --- diff --git a/website/versioned_docs/version-0.71/pushnotificationios.md b/website/versioned_docs/version-0.71/pushnotificationios.md index 604367ebf9d..665a50fbe54 100644 --- a/website/versioned_docs/version-0.71/pushnotificationios.md +++ b/website/versioned_docs/version-0.71/pushnotificationios.md @@ -402,9 +402,9 @@ See what push permissions are currently enabled. `callback` will be invoked with a `permissions` object: -- `alert` :boolean -- `badge` :boolean -- `sound` :boolean +- `alert: boolean` +- `badge: boolean` +- `sound: boolean` --- diff --git a/website/versioned_docs/version-0.72/pushnotificationios.md b/website/versioned_docs/version-0.72/pushnotificationios.md index 604367ebf9d..665a50fbe54 100644 --- a/website/versioned_docs/version-0.72/pushnotificationios.md +++ b/website/versioned_docs/version-0.72/pushnotificationios.md @@ -402,9 +402,9 @@ See what push permissions are currently enabled. `callback` will be invoked with a `permissions` object: -- `alert` :boolean -- `badge` :boolean -- `sound` :boolean +- `alert: boolean` +- `badge: boolean` +- `sound: boolean` --- From bda8552f1498338a37adacada32f10d524fe6b71 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 12:38:46 +0200 Subject: [PATCH 06/14] fix scrollTo codeblock --- docs/scrollview.md | 2 +- website/versioned_docs/version-0.71/scrollview.md | 2 +- website/versioned_docs/version-0.72/scrollview.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/scrollview.md b/docs/scrollview.md index f0034d27344..6845b6893d4 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -751,7 +751,7 @@ Displays the scroll indicators momentarily. scrollTo( options?: {x?: number, y?: number, animated?: boolean} | number, deprecatedX?: number, - deprecatedAnimated?: boolean, + deprecatedAnimated?: boolean, ); ``` diff --git a/website/versioned_docs/version-0.71/scrollview.md b/website/versioned_docs/version-0.71/scrollview.md index c78cc53c5be..518e3e03220 100644 --- a/website/versioned_docs/version-0.71/scrollview.md +++ b/website/versioned_docs/version-0.71/scrollview.md @@ -751,7 +751,7 @@ Displays the scroll indicators momentarily. scrollTo( options?: {x?: number, y?: number, animated?: boolean} | number, deprecatedX?: number, - deprecatedAnimated?: boolean, + deprecatedAnimated?: boolean, ); ``` diff --git a/website/versioned_docs/version-0.72/scrollview.md b/website/versioned_docs/version-0.72/scrollview.md index f0034d27344..6845b6893d4 100644 --- a/website/versioned_docs/version-0.72/scrollview.md +++ b/website/versioned_docs/version-0.72/scrollview.md @@ -751,7 +751,7 @@ Displays the scroll indicators momentarily. scrollTo( options?: {x?: number, y?: number, animated?: boolean} | number, deprecatedX?: number, - deprecatedAnimated?: boolean, + deprecatedAnimated?: boolean, ); ``` From 4667a2e216eaea6f7734f82fbf7bad88c13ba128 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 12:43:53 +0200 Subject: [PATCH 07/14] Avoid remark-directive syntax --- docs/touchablenativefeedback.md | 2 +- website/versioned_docs/version-0.70/touchablenativefeedback.md | 2 +- website/versioned_docs/version-0.71/touchablenativefeedback.md | 2 +- website/versioned_docs/version-0.72/touchablenativefeedback.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/touchablenativefeedback.md b/docs/touchablenativefeedback.md index 9d21dd3703c..d76599a7044 100644 --- a/docs/touchablenativefeedback.md +++ b/docs/touchablenativefeedback.md @@ -168,7 +168,7 @@ static SelectableBackground( ): ThemeAttributeBackgroundPropType; ``` -Creates an object that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground). `rippleRadius` parameter controls the radius of the ripple effect. +Creates an object that represents android theme's default background for selectable elements (`?android:attr/selectableItemBackground`). `rippleRadius` parameter controls the radius of the ripple effect. --- diff --git a/website/versioned_docs/version-0.70/touchablenativefeedback.md b/website/versioned_docs/version-0.70/touchablenativefeedback.md index 763d0288d26..cd87049b7a1 100644 --- a/website/versioned_docs/version-0.70/touchablenativefeedback.md +++ b/website/versioned_docs/version-0.70/touchablenativefeedback.md @@ -158,7 +158,7 @@ TV next focus up (see documentation for the View component). static SelectableBackground(rippleRadius: ?number) ``` -Creates an object that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground). `rippleRadius` parameter controls the radius of the ripple effect. +Creates an object that represents android theme's default background for selectable elements (`?android:attr/selectableItemBackground`). `rippleRadius` parameter controls the radius of the ripple effect. --- diff --git a/website/versioned_docs/version-0.71/touchablenativefeedback.md b/website/versioned_docs/version-0.71/touchablenativefeedback.md index 9d21dd3703c..d76599a7044 100644 --- a/website/versioned_docs/version-0.71/touchablenativefeedback.md +++ b/website/versioned_docs/version-0.71/touchablenativefeedback.md @@ -168,7 +168,7 @@ static SelectableBackground( ): ThemeAttributeBackgroundPropType; ``` -Creates an object that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground). `rippleRadius` parameter controls the radius of the ripple effect. +Creates an object that represents android theme's default background for selectable elements (`?android:attr/selectableItemBackground`). `rippleRadius` parameter controls the radius of the ripple effect. --- diff --git a/website/versioned_docs/version-0.72/touchablenativefeedback.md b/website/versioned_docs/version-0.72/touchablenativefeedback.md index 9d21dd3703c..d76599a7044 100644 --- a/website/versioned_docs/version-0.72/touchablenativefeedback.md +++ b/website/versioned_docs/version-0.72/touchablenativefeedback.md @@ -168,7 +168,7 @@ static SelectableBackground( ): ThemeAttributeBackgroundPropType; ``` -Creates an object that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground). `rippleRadius` parameter controls the radius of the ripple effect. +Creates an object that represents android theme's default background for selectable elements (`?android:attr/selectableItemBackground`). `rippleRadius` parameter controls the radius of the ripple effect. --- From 56797fd1ff5c8c118890575bac84e99e60365df2 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 12:57:07 +0200 Subject: [PATCH 08/14] code blocks, use space instead of tabs --- website/blog/2016-12-05-easier-upgrades.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/blog/2016-12-05-easier-upgrades.md b/website/blog/2016-12-05-easier-upgrades.md index f7949800ca4..81cea087671 100644 --- a/website/blog/2016-12-05-easier-upgrades.md +++ b/website/blog/2016-12-05-easier-upgrades.md @@ -65,14 +65,14 @@ index e98ebb0..2fb6a11 100644 --- a/ios/MyAwesomeApp/Info.plist +++ b/ios/MyAwesomeApp/Info.plist @@ -45,7 +45,7 @@ - - localhost - -- NSTemporaryExceptionAllowsInsecureHTTPLoads -+ NSExceptionAllowsInsecureHTTPLoads - - - + + localhost + +- NSTemporaryExceptionAllowsInsecureHTTPLoads ++ NSExceptionAllowsInsecureHTTPLoads + + + [...] ``` From 277a5a81fd7d6b79a27f741113a7661c782db0bf Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 12:59:52 +0200 Subject: [PATCH 09/14] code blocks, use space instead of tabs --- docs/native-components-ios.md | 2 +- website/versioned_docs/version-0.70/native-components-ios.md | 2 +- website/versioned_docs/version-0.71/native-components-ios.md | 2 +- website/versioned_docs/version-0.72/native-components-ios.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/native-components-ios.md b/docs/native-components-ios.md index b16eaf8b30c..c225df16b92 100644 --- a/docs/native-components-ios.md +++ b/docs/native-components-ios.md @@ -286,7 +286,7 @@ RCT_EXPORT_VIEW_PROPERTY(onRegionChange, RCTBubblingEventBlock) RCT_CUSTOM_VIEW_PROPERTY(region, MKCoordinateRegion, MKMapView) { - [view setRegion:json ? [RCTConvert MKCoordinateRegion:json] : defaultView.region animated:YES]; + [view setRegion:json ? [RCTConvert MKCoordinateRegion:json] : defaultView.region animated:YES]; } - (UIView *)view diff --git a/website/versioned_docs/version-0.70/native-components-ios.md b/website/versioned_docs/version-0.70/native-components-ios.md index a203dc0bdb7..9045b9753c3 100644 --- a/website/versioned_docs/version-0.70/native-components-ios.md +++ b/website/versioned_docs/version-0.70/native-components-ios.md @@ -286,7 +286,7 @@ RCT_EXPORT_VIEW_PROPERTY(onRegionChange, RCTBubblingEventBlock) RCT_CUSTOM_VIEW_PROPERTY(region, MKCoordinateRegion, MKMapView) { - [view setRegion:json ? [RCTConvert MKCoordinateRegion:json] : defaultView.region animated:YES]; + [view setRegion:json ? [RCTConvert MKCoordinateRegion:json] : defaultView.region animated:YES]; } - (UIView *)view diff --git a/website/versioned_docs/version-0.71/native-components-ios.md b/website/versioned_docs/version-0.71/native-components-ios.md index 7b812f1ea12..129745d5764 100644 --- a/website/versioned_docs/version-0.71/native-components-ios.md +++ b/website/versioned_docs/version-0.71/native-components-ios.md @@ -286,7 +286,7 @@ RCT_EXPORT_VIEW_PROPERTY(onRegionChange, RCTBubblingEventBlock) RCT_CUSTOM_VIEW_PROPERTY(region, MKCoordinateRegion, MKMapView) { - [view setRegion:json ? [RCTConvert MKCoordinateRegion:json] : defaultView.region animated:YES]; + [view setRegion:json ? [RCTConvert MKCoordinateRegion:json] : defaultView.region animated:YES]; } - (UIView *)view diff --git a/website/versioned_docs/version-0.72/native-components-ios.md b/website/versioned_docs/version-0.72/native-components-ios.md index ef590bac188..702b95c717d 100644 --- a/website/versioned_docs/version-0.72/native-components-ios.md +++ b/website/versioned_docs/version-0.72/native-components-ios.md @@ -286,7 +286,7 @@ RCT_EXPORT_VIEW_PROPERTY(onRegionChange, RCTBubblingEventBlock) RCT_CUSTOM_VIEW_PROPERTY(region, MKCoordinateRegion, MKMapView) { - [view setRegion:json ? [RCTConvert MKCoordinateRegion:json] : defaultView.region animated:YES]; + [view setRegion:json ? [RCTConvert MKCoordinateRegion:json] : defaultView.region animated:YES]; } - (UIView *)view From 9b45cc81706ce939a4a86d943226212f7a0fd500 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 13:02:21 +0200 Subject: [PATCH 10/14] code blocks, use space instead of tabs --- ...016-08-19-right-to-left-support-for-react-native-apps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/blog/2016-08-19-right-to-left-support-for-react-native-apps.md b/website/blog/2016-08-19-right-to-left-support-for-react-native-apps.md index 07ba775f598..d935f861ef1 100644 --- a/website/blog/2016-08-19-right-to-left-support-for-react-native-apps.md +++ b/website/blog/2016-08-19-right-to-left-support-for-react-native-apps.md @@ -53,15 +53,15 @@ With this update, when you allow RTL layout for your app: ```objc // in AppDelegate.m - [[RCTI18nUtil sharedInstance] allowRTL:YES]; + [[RCTI18nUtil sharedInstance] allowRTL:YES]; ``` Android: ```java // in MainActivity.java - I18nUtil sharedI18nUtilInstance = I18nUtil.getInstance(); - sharedI18nUtilInstance.allowRTL(context, true); + I18nUtil sharedI18nUtilInstance = I18nUtil.getInstance(); + sharedI18nUtilInstance.allowRTL(context, true); ``` 3. For Android, you need add `android:supportsRtl="true"` to the [``](https://developer.android.com/guide/topics/manifest/application-element.html) element in `AndroidManifest.xml` file. From 4d7f8e98ef89902d6044c934f532745674754a0e Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 13:05:05 +0200 Subject: [PATCH 11/14] code blocks, use space instead of tabs --- website/blog/2016-12-05-easier-upgrades.md | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/website/blog/2016-12-05-easier-upgrades.md b/website/blog/2016-12-05-easier-upgrades.md index 81cea087671..0ad69cfa3e1 100644 --- a/website/blog/2016-12-05-easier-upgrades.md +++ b/website/blog/2016-12-05-easier-upgrades.md @@ -79,26 +79,26 @@ index e98ebb0..2fb6a11 100644 All we need now is to apply this patch to your source files. While the old `react-native upgrade` process would have prompted you for any small difference, Git is able to merge most of the changes automatically using its 3-way merge algorithm and eventually leave us with familiar conflict delimiters: ``` - 13B07F951A680F5B00A75B9A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + 13B07F951A680F5B00A75B9A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; <<<<<<< ours - CODE_SIGN_IDENTITY = "iPhone Developer"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/HockeySDK.embeddedframework", - "$(PROJECT_DIR)/HockeySDK-iOS/HockeySDK.embeddedframework", - ); + CODE_SIGN_IDENTITY = "iPhone Developer"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/HockeySDK.embeddedframework", + "$(PROJECT_DIR)/HockeySDK-iOS/HockeySDK.embeddedframework", + ); ======= - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1; >>>>>>> theirs - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - "$(SRCROOT)/../node_modules/react-native/React/**", - "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**", - ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, + "$(SRCROOT)/../node_modules/react-native/React/**", + "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**", + ); ``` These conflicts are generally easy to reason about. The delimiter **ours** stands for "your team" whereas **theirs** could be seen as "the React Native team". From 2311ae87a1a30fd9921dca5fcedc98b6576a31d1 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 13:08:57 +0200 Subject: [PATCH 12/14] code blocks, use space instead of tabs --- website/versioned_docs/version-0.70/scrollview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.70/scrollview.md b/website/versioned_docs/version-0.70/scrollview.md index b142a9f0ee0..1c39d85f031 100644 --- a/website/versioned_docs/version-0.70/scrollview.md +++ b/website/versioned_docs/version-0.70/scrollview.md @@ -745,7 +745,7 @@ Displays the scroll indicators momentarily. scrollTo( options?: { x?: number, y?: number, animated?: boolean } | number, deprecatedX?: number, - deprecatedAnimated?: boolean, + deprecatedAnimated?: boolean, ); ``` From 0a2b7943dd1cbcfc4b4192730731a7943d8646f2 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 14:48:38 +0200 Subject: [PATCH 13/14] Use React fragment for 2 consecutive images --- .../2016-08-19-right-to-left-support-for-react-native-apps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/blog/2016-08-19-right-to-left-support-for-react-native-apps.md b/website/blog/2016-08-19-right-to-left-support-for-react-native-apps.md index d935f861ef1..5e4eaa7685f 100644 --- a/website/blog/2016-08-19-right-to-left-support-for-react-native-apps.md +++ b/website/blog/2016-08-19-right-to-left-support-for-react-native-apps.md @@ -15,9 +15,10 @@ This involved changing [css-layout](https://github.com/facebook/css-layout), the To battle test the RTL support in production, the latest version of the **Facebook Ads Manager** app (the first cross-platform 100% RN app) is now available in Arabic and Hebrew with RTL layouts for both [iOS](https://itunes.apple.com/app/id964397083) and [Android](https://play.google.com/store/apps/details?id=com.facebook.adsmanager). Here is how it looks like in those RTL languages: +<> - + ## Overview Changes in RN for RTL support From 0e545b2d80bae4f0a6a97a7450a9e725418183ec Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Fri, 25 Aug 2023 15:05:42 +0200 Subject: [PATCH 14/14] update prismjs --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index c8e04579356..c27848a99fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10997,9 +10997,9 @@ prism-react-renderer@^1.3.5: integrity sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg== prismjs@^1.28.0: - version "1.28.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6" - integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw== + version "1.29.0" + resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12" + integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q== proc-log@^3.0.0: version "3.0.0"