while i making a math app and i render katex so when i pass data it renders in blockMath mean new line , see the screenshot below
2- the font Size not update perfectly in when i give 16 to 22 it does not refresh it we need to go back again mount the component agai.
function Math(){
return(
<InlineTeX content=" what is maxium number of zeroes a polynomial of degree $n$ we have" fontSize={18} textStyle={{ fontSize:18, fontFamily:"cofosans-regular"}} ></InlineTeX>
</SafeAreaView>
</SafeAreaProvider>
)
}
please fix this Asap or kindly give me perfect solution for that
while i making a math app and i render katex so when i pass data it renders in blockMath mean new line , see the screenshot below
2- the font Size not update perfectly in when i give 16 to 22 it does not refresh it we need to go back again mount the component agai.
function Math(){
return(
}
please fix this Asap or kindly give me perfect solution for that