We are seeing the following error in the terminal when running our react native app:
ERROR Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Check the render method of `Markdown`.
in Unknown (created by Markdown)
in Markdown
We are seeing the following error in the terminal when running our react native app: