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/.
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
3
Answers
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
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.
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: