Shachar

Results 166 comments of Shachar

@jacobp100 Thanks. I'll look into it

I was looking for this exactly back in the day. It's a guessing game understanding the options.

How about using the layer idea this way? 1. splitting the `SVG` element into bits 1. rendering each bit as an independent `SVGImageView` 1. reassembling in a `ViewGroup` I guess...

try changing: ``` container: { height: TOOL_BAR_HEIGHT, //backgroundColor: "#F7F7F7", //borderTopColor: "#CCCCCC", //borderTopWidth: 0.5, flexDirection: 'row', justifyContent: 'space-around', alignItems: 'center', } ``` ``` modalContainer: { width: TOOL_BAR_HEIGHT, paddingVertical: MARGIN_1, position: 'absolute',...

I think you should try react-native-gesture-handler. Might be relevant. Not sure though. בתאריך יום ג׳, 26 במרץ 2019, 17:03, מאת Dror-Bar ‏: > Yikes... this was literally the reason why...

@pyramation I think you are wrong. In [./src/node.js](https://github.com/SamyPesse/react-mathjax/blob/master/src/node.js) there is use of `document`, `span` and `div` which are not a part of ReactNative

anyone managed to get this working?