Skip to content

Commit 60b8f4b

Browse files
committed
fix Prettier formatting issues after the bump
1 parent 208b6e8 commit 60b8f4b

15 files changed

Lines changed: 85 additions & 63 deletions

File tree

docs/release-levels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ The `RCTReactNativeFactory` class now has an initializer that accepts a `release
4848

4949
<Tabs groupId="ios-language" queryString defaultValue={constants.defaultAppleLanguage} values={constants.appleLanguages}>
5050
<TabItem value="objc">
51-
51+
5252
```objc title="AppDelegate.mm"
5353
[[RCTReactNativeFactory alloc] initWithDelegate:delegate releaseLevel:Canary];
5454
```
5555
5656
</TabItem>
5757
<TabItem value="swift">
58-
58+
5959
```swift title="AppDelegate.swift"
6060
let factory = RCTReactNativeFactory(delegate: delegate, releaseLevel: RCTReleaseLevel.Canary)
6161
```

docs/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
371371
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
372372

373373
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
374-
| Type |
375-
| --------------------------- |
374+
375+
| Type |
376+
| ----------------------------------------- |
376377
| array of BoxShadowValue objects \| string |
377378

378379
### `cursor` <div className="label ios">iOS</div>
@@ -430,9 +431,10 @@ The following filter functions work on Android only:
430431
:::
431432

432433
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
433-
| Type |
434-
| ------ |
435-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
434+
435+
| Type |
436+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
437+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
436438

437439
---
438440

website/versioned_docs/version-0.77/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.78/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.79/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.80/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.81/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.82/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.83/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.84/releases/release-levels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ The `RCTReactNativeFactory` class now has an initializer that accepts a `release
4848

4949
<Tabs groupId="ios-language" queryString defaultValue={constants.defaultAppleLanguage} values={constants.appleLanguages}>
5050
<TabItem value="objc">
51-
51+
5252
```objc title="AppDelegate.mm"
5353
[[RCTReactNativeFactory alloc] initWithDelegate:delegate releaseLevel:Canary];
5454
```
5555
5656
</TabItem>
5757
<TabItem value="swift">
58-
58+
5959
```swift title="AppDelegate.swift"
6060
let factory = RCTReactNativeFactory(delegate: delegate, releaseLevel: RCTReleaseLevel.Canary)
6161
```

0 commit comments

Comments
 (0)