Skip to content

Commit 59dc463

Browse files
committed
Add dependency to readme
1 parent f6da29f commit 59dc463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ The app's settings are handled by a `SettingsContext` object, which has dialog U
9999
- Clipboard via [@react-native-picker/picker](https://github.com/react-native-picker/picker)
100100
- Syntax Highlighting via [react-native-syntax-highlighter](https://github.com/conorhastings/react-native-syntax-highlighter)
101101
- Dependency patching via [patch-package](https://github.com/ds300/patch-package)
102-
- Storage via [react-native-async-storage](https://github.com/react-native-async-storage/async-storage)
102+
- Storage via [react-native-async-storage](https://github.com/react-native-async-storage/async-storage)
103+
- Markdown rendering via [react-native-markdown-display](https://github.com/iamacup/react-native-markdown-display)

src/AiResponse.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Image,
77
Linking,
88
Pressable,
9-
StyleSheet,
109
Text,
1110
View,
1211
} from 'react-native';

0 commit comments

Comments
 (0)