cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
raspasov 2020-11-18T10:36:02.173500Z

@lepistane what do you mean by “overlay”? Do you mean to position a View absolutely (in the CSS sense) above all other views?

lepistane 2020-11-18T11:18:26.175800Z

@raspasov no not really i am asking how can i do something like https://i.gadgets360cdn.com/large/du_recorder_cropped_1517397005936.jpg this is screenshot from screen recording app as u can see home screen in the background and then u have buttons on the right. I am just looking for a way to create that 'overlay' as i call it to have button over whatever app is in the background

raspasov 2020-11-18T11:30:51.176500Z

Ah, I see. Is this an Android-specific thing? (I am not very familiar with Android)

lepistane 2020-11-18T12:11:12.177200Z

no not really as far as i know screen recorders for apple devices work in a similar fashion

tugh 2020-11-18T13:15:56.179900Z

AFAIK, this feature called draw over other apps. a simple search draw over other apps react native shows that it is not included with react-native but its still doable for android. i'm not so sure for ios though

tugh 2020-11-18T13:17:25.180500Z

@lepistane you may want to look here: https://github.com/MaxToyberman/react-native-draw-overlay

lepistane 2020-11-18T14:18:47.181400Z

@tugh ohh! this is amazing stuff thank you very much this opened my search options a lot

1✌️