Tarik

Results 10 comments of Tarik

while waiting for a response, i'll try to edit the code myself for that

hey ! i found out that Editor.vue is responsible for the text editor, so i just edited it to use CodeMirror instead of Prismjs, here is the editer "Editor.vue" :...

hey ! we could use CodeMirror to do that ! https://codemirror.net/index.html

Not working for android :( ig it's better to just use ScrollView instead :disappointed: anyway I will still wait for better support

> You need to use the [`itemLayoutAnimation`](https://github.com/software-mansion/react-native-reanimated/blob/main/src/reanimated2/component/FlatList.tsx#L27) on the `Animated.FlatList`: > > ```tsx > // put this outside of render code > const layout = Layout.springify() > > itemLayoutAnimation={layout} >...

I have a similar problem, it was compiling fine last month and now it fails all the time, it is also possible that something in my Linux environment changed...

An update, I completely deleted my ndk and cmake compiler from the android sdk folder and reinstalled them from android studio, It was a really frustrating problem, but anyway that...

add this to your package.json ``` "resolutions": { "react-native-redash": "16.1.1" }, ``` and use yarn.

don't downgrade react-native-reanimated, delete the node modules folder, like this ``` rm -rf node_modules/ ``` and downgrade @gorhom/animated-tabbar to 2.1.1 like this ``` yarn add @gorhom/[email protected] ``` good luck