Older SDK Documentation

Hi,

I’m working with an older SDK version; expo SDK 39. When I visit the site it can only go back to SDK 42. Is there any way to see documentation for that specific SDK or older?

Thanks

you can go to the older commit in GitHub - expo/expo: An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

e.g. on branch sdk-42 there are still docs for sdk-39 expo/docs/pages/versions/v39.0.0 at sdk-42 · expo/expo · GitHub

you can just read markdown files or yarn && yarn dev in docs directory will start serving docs locally on localhost:3002

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