skip to Main Content

As our RN application based on [email protected], so we use expo@^0.37.0 to set up local development environment. But it seems that expo doesn’t supply outdated docs, could only find recent version docs https://docs.expo.dev/versions/latest/.

3

Answers


  1. Chosen as BEST ANSWER

    Use github online editor to check the outdate markdown docs is an optional solution. Such as link: https://github.dev/expo/expo/blob/sdk-37/docs/pages/versions/unversioned/sdk/calendar.md#L1

    enter image description here


  2. Old docs often get lost, but thankfully there are a few ways of finding the old pages.

    The first option is using the Wayback Machine from archive.org. The expo.dev site seems to go back to late 2020. A problem might be that some pages aren’t crawled and might be missing.

    And because it seems that their docs are open source with some commits going back three years. So you could in theory pull an old commit and build / run the docs locally.

    Login or Signup to reply.
  3. You can use webarchive and old URL for documentation https://docs.expo.io.
    In your case it is http://web.archive.org/web/20210305044934/https://docs.expo.io/versions/v37.0.0/ but not all pages are supported:

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search