react-native-katex icon indicating copy to clipboard operation
react-native-katex copied to clipboard

React Native library that uses WebView to render KaTeX mathematical expressions.

Results 2 react-native-katex issues
Sort by recently updated
recently updated
newest added

how to work with $ sign between

I used the code of the readme and then edited it. My output has the text going off the screen. ![issue](https://user-images.githubusercontent.com/88415018/184520852-41cedc93-a381-4144-bc78-205cb8f7e7c8.jpg) ```js import React, { useState } from 'react'; import...