Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function App() {
}}
customStyles={{
// Override default styles
// Checkout https://github.com/imwithye/react-native-remark/blob/main/src/themes/default.tsx
// Checkout https://github.com/imwithye/react-native-remark/blob/main/src/themes/default/index.tsx
// for the default styles.
inlineCode: {
color: "red",
Expand Down Expand Up @@ -132,7 +132,7 @@ Custom styles will override the selected theme's default styles.

## Supported Custom Styles

Checkout [default.tsx](./src/themes/default.tsx) for default styles.
Checkout [themes/default](./src/themes/default/index.tsx) for default styles.

| Style Key | Description | Example Markdown Element |
|-------------------|---------------------------------------|-------------------------------|
Expand Down
Loading