Expo for Web browser history / page refresh

Please provide the following:

  1. SDK Version: ~37.0.9
  2. Platforms(Android/iOS/web/all): web

I’m unable to get page refresh and back working. My site is hosted on github pages:
The site refreshes if at /map: Beer Map
but not /info: https://beerify.github.io/info

I’ve tried setting slug: ‘’ in app.json

This is the LinkingConfiguration:

import * as Linking from 'expo-linking'

export default {
  prefixes: [Linking.makeUrl('/')],
  config: {
    Root: {
      path: '',
      screens: {
        map: 'map',
        info: 'info',
      },
    },
  },
}

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