React-native-navigation: Documentation for v2 is broken

Created on 18 Dec 2018  路  6Comments  路  Source: wix/react-native-navigation

Issue Description

The documentation only shows those four links, Documentation, Stack Overflow, Chat with us and Contributing. When clicking on the documentation, a new tab opens in my browser with the same URL. The left menu only shows "Quick links" and nothing else.

https://wix.github.io/react-native-navigation/#/

Steps to Reproduce / Code Snippets / Screenshots

screenshot 2018-12-18 at 15 52 33

Most helpful comment

Ok it's been fixed by https://github.com/wix/react-native-navigation/pull/4486, if you are still having any problems make sure to use

Ctrl + Shift + R

to bypass any previous caching.

All 6 comments

Having the same issue

I have the same issue. More information: if I use the browser that has visited the document page before, it works. But if I use a new browser (or incognito mode), the above issue appears with some errors in JS console. I have checked on Chrome, Firefox, Safari.

Here's the console output

screenshot 2018-12-20 at 10 42 24

I went ahead and fixed all the errors in the following PR: https://github.com/wix/react-native-navigation/pull/4486

@gunnartorfis @namtvit07 @heytimj Could you guys take a look if it is fixed now? Make sure to fully refresh it (might be cached etc)

If it's fixed let me know and we can close this issue.

Ok it's been fixed by https://github.com/wix/react-native-navigation/pull/4486, if you are still having any problems make sure to use

Ctrl + Shift + R

to bypass any previous caching.

Was this page helpful?
0 / 5 - 0 ratings