diff --git a/example/src/App.tsx b/example/src/App.tsx
index 41e774fe..e7af6faa 100644
--- a/example/src/App.tsx
+++ b/example/src/App.tsx
@@ -1,8 +1,11 @@
import * as React from 'react';
import { Button, Platform, StyleSheet, Text, View } from 'react-native';
+import {
+ MarkdownText,
+ MarkdownTextInput,
+} from '@expensify/react-native-live-markdown';
-import { MarkdownTextInput } from '@expensify/react-native-live-markdown';
import type { TextInput } from 'react-native';
const DEFAULT_TEXT = [
@@ -112,7 +115,7 @@ export default function App() {
onChangeText={setValue}
style={styles.input}
/> */}
- {JSON.stringify(value)}
+ {value}