Deploying on Github pages

Hello, I’ve started a project from the “awesome-expo-web-page” template.

My useLinking is:

import { useLinking } from "@react-navigation/native";
import { Linking } from "expo";

export default function (containerRef) {
  return useLinking(containerRef, {
    prefixes: [Linking.makeUrl("/")],
    config: {
      Main: {
        path: "root",
        screens: {
          Map: "map",
          ShopsNavigator: "shops",
        }
      }
    }
  });
}

It works well while debugging. The problem comes when i try to publish it on Github Pages. The base url is drrek.github.io// but whenever the url is update, for example when navigating to map the url become drrek.github.io/map instead of drrek.github.io//map and of course the refresh doesn’t work.

Do any of you know a possible workaround to this problem? Is it possible that this misconfiguration cause the app to still not load the page when going to drrek.github.io//map manually?

Thanks.

no one?

Hi,
its an good idea, what you say

1 Like

What you guys think?

Regards..

Nobody seems to care, I guess we should close this

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