Skip to content

Commit

Permalink
Add assets to README (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Feb 1, 2024
1 parent 09020bd commit b4100d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @expensify/react-native-live-markdown
<img src="./assets/hero-animation.gif" alt="@expensify/react-native-live-markdown" />

## Features

Expand Down Expand Up @@ -114,7 +114,7 @@ Currently, `react-native-live-markdown` supports only [ExpensiMark](https://gith

## API reference

`MarkdownTextInput` inherits all props of React Native's `TextInput` component.
`MarkdownTextInput` inherits all props of React Native's `TextInput` component as well as introduces the following properties:

| Prop | Type | Default | Note |
| --------------- | --------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand All @@ -127,3 +127,13 @@ Currently, `react-native-live-markdown` supports only [ExpensiMark](https://gith
## License

MIT

---

<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="./assets/signature-light.png" />
<source media="(prefers-color-scheme: dark)" srcset="./assets/signature-dark.png" />
<img alt="Brought to you by Software Mansion + Expensify" src="./assets/signature-light.png" width="600" />
</picture>
</p>
Binary file added assets/hero-animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/signature-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/signature-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4100d6

Please sign in to comment.