Skip to content

Commit

Permalink
docs: fixed pipe symbol in tables in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Sep 1, 2019
1 parent e47a5e5 commit dfd5a33
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ class DetailScreen extends Component {

The following fields can be specified in a config item

| Field | Type | Description |
| ----------- | ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | `string` | Id that corresponds to the `id` specified in the `<SharedElement>` component |
| `otherId` | `string` | Optional id that corresponds to the `id` specified in the other screen. |
| `animation` | `move | fade` | Type of animation to perform (default = `move`), [see SharedElementAnimation](https://github.com/IjzerenHein/react-native-shared-element#sharedelementanimation) |
| `resize` | `auto | stretch | clip | none` | Resize behavior of the transition (default = `auto`), [see SharedElementResize](https://github.com/IjzerenHein/react-native-shared-element#sharedelementresize) |
| `align` | `auto | top-left | ...` | Align behavior of the transition (default = `auto`), [see SharedElementAlign](https://github.com/IjzerenHein/react-native-shared-element#sharedelementalign) | |
| Field | Type | Description |
| ----------- | --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | `string` | Id that corresponds to the `id` specified in the `<SharedElement>` component |
| `otherId` | `string` | Optional id that corresponds to the `id` specified in the other screen. |
| `animation` | `move` \| `fade` | Type of animation to perform (default = `move`), [see SharedElementAnimation](https://github.com/IjzerenHein/react-native-shared-element#sharedelementanimation) |
| `resize` | `auto` \| `stretch` \| `clip` \| `none` | Resize behavior of the transition (default = `auto`), [see SharedElementResize](https://github.com/IjzerenHein/react-native-shared-element#sharedelementresize) |
| `align` | `auto` \| `top-left` \| `...` | Align behavior of the transition (default = `auto`), [see SharedElementAlign](https://github.com/IjzerenHein/react-native-shared-element#sharedelementalign) | |



Expand Down

0 comments on commit dfd5a33

Please sign in to comment.