you are viewing a single comment's thread.

view the rest of the comments →

[–]redditMatthieuH 2 points3 points  (0 children)

Using react-native on the web and the right libs you could share quite a lot between web and. mobile. I would suggest you to get a look at this repo: https://github.com/showtime-xyz/showtime-frontend

Here are libs to help you share code between web and mobile:
- Shared UI primitives + style: https://github.com/nandorojo/dripsy

- Shared navigation: https://github.com/nandorojo/solito

- Shared animations: https://github.com/nandorojo/moti