diff --git a/README.md b/README.md index 811a12cef..3c6dec424 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @expensify/react-native-live-markdown + ## Features @@ -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 | | --------------- | --------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -127,3 +127,13 @@ Currently, `react-native-live-markdown` supports only [ExpensiMark](https://gith ## License MIT + +--- + +
+ +
diff --git a/assets/hero-animation.gif b/assets/hero-animation.gif new file mode 100644 index 000000000..5b2ce8e17 Binary files /dev/null and b/assets/hero-animation.gif differ diff --git a/assets/signature-dark.png b/assets/signature-dark.png new file mode 100644 index 000000000..0dce0f9a7 Binary files /dev/null and b/assets/signature-dark.png differ diff --git a/assets/signature-light.png b/assets/signature-light.png new file mode 100644 index 000000000..63ee67278 Binary files /dev/null and b/assets/signature-light.png differ