DEV Community

Discussion on: Tutorial: How to share code between iOS, Android & Web using React Native, react-native-web and monorepo

Collapse
 
nishcooly profile image
Nishant Koli • Edited

Hi Bruno, In the DevHub app for the web or windows, how did you get multiple screens to fit in parallel (Side by Side) ? Can you point me in the correct direction.

I tried reading the code but could not understand it as I have no idea how electron works with React-Native. Anything would help.

Also, a bigg thank you for updating this tutorial.

Collapse
 
brunolemos profile image
Bruno Lemos

If you are talking about the columns, they aren't "multiple screens" in parallel, it's just an horizontal FlatList component. About modals and other navigation components, I wrote from scratch, since I'm not using any navigation library (I may use some soon).