Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdown renderer to updater #30

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Add markdown renderer to updater #30

merged 1 commit into from
Nov 29, 2023

Conversation

hoangvu12
Copy link
Owner

No description provided.

@hoangvu12 hoangvu12 merged commit 15ab722 into master Nov 29, 2023
0 of 2 checks passed
@hoangvu12 hoangvu12 deleted the updater-markdown branch November 29, 2023 19:22
import React from 'react';
import React, { useCallback, useEffect, useRef, useState } from 'react';
import { Platform } from 'react-native';
import Markdown from 'react-native-markdown-display';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[tsc] <2307> reported by reviewdog 🐶
Cannot find module 'react-native-markdown-display' or its corresponding type declarations.


<Text className="mb-4 text-lg">Changelog:</Text>
{/* @ts-expect-error */}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[tsc] <2578> reported by reviewdog 🐶
Unused '@ts-expect-error' directive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant