Static pre-rendering of landing page for Expo Web App

Please provide the following:

  1. SDK Version: 49.0.7
  2. Platforms(Android/iOS/web/all): All

In short I have a fully function React-Native-Web app (RNW) with all platforms working fine.

All I need is a way to pre-render 1 static screen with SEO friendly elements for just the web.
I have tried some options like react-snap - but it does not work for React 18+
Similar libs like react-snapshot are also 5 year old with no updates.

Using NextJS is not an option for me because I do not want to rearchitect the app for Next just for pre-rendering 1 single screen.

Again all I need is one nice simple re-rendered screen with a lot of plain html static content with a link or button when clicked takes the user to more dynamic screens (the rest of the app).

From Expo doc search I came to find the Gatsby plugin which was promising

But this is also outdated and unsupported
react@“^16.4.2 || ^17.0.0” from gatsby@2.32.13"

Is there any way I can achieve a simple pre-rendered static page without having to do a major excavation of the app?

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.