[docs] Update ImageViewer code snippet (#23713)
[docs] Cut SDK 49 beta docs
[docs][tutorial] Fix scale limit emoji sticker & remove extra boolean (#22717)# Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or featur
[docs][tutorial] Fix scale limit emoji sticker & remove extra boolean (#22717)# Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> Fix ENG-8608 # How <!-- How did you build this feature or fix this bug and why? --> - By updating the Tutorial related code files in `public/static` - Updating the code snippets in tutorial chapters # Test Plan Changes have been tested by running docs locally: <img width="819" alt="CleanShot 2023-06-01 at 19 42 43@2x" src="https://github.com/expo/expo/assets/10234615/864e0cfa-f211-4f8a-adc5-e5f29cbad523"> <img width="712" alt="CleanShot 2023-06-01 at 19 42 58@2x" src="https://github.com/expo/expo/assets/10234615/b6ce6ede-1e22-4aa1-8ee3-63fcf17e9d0f"> <!-- Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction. --> # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
show more ...
[docs] [tutorial] Update Platform differences to follow similar code conventions (#21438)Co-authored-by: Aman Mittal <[email protected]>
[docs] remove dropped SDK 45 docs, remove SDK 45 references (#21402)
[docs] Add SDK 48
[docs] Clean up old tutorial files and fix link (#19978)
[docs] Add media assets and code examples for the new Tutorial (#19851)
[docs] remove deprecated versions, update SDK Upgrade page (#19962)Co-authored-by: Brent Vatne <[email protected]>
[docs] Cut SDK 47
[docs] update lint setup, run Prettier on MDX (#19323)
[docs][tutorial]: Fix code examples in Image Picker (#18957)
[docs] Remove remainder of SDK 42 docs files
[docs] Cut SDK 46 docs
[docs] Remove SDK 40 and 41
[docs] Generate SDK 45
[docs] Drop SDK 39
[docs] Cut SDK 44
[docs] remove SDK 38 files, add script for removing SDK version (#15020)
[docs] Cut SDK 43
[docs] remove examples from dropped SDK versions (#14159)
[docs] Replace expo.io references with expo.dev (#13876)Why: expo.io and most subdomains are deprecated and the docs have moved over to expo.dev. The docs had several references to old expo.io doma
[docs] Replace expo.io references with expo.dev (#13876)Why: expo.io and most subdomains are deprecated and the docs have moved over to expo.dev. The docs had several references to old expo.io domains like Snack, the main site, and the docs themselves. We want to update these links for consistency. Additionally, the canonical links had an extra "/" in them, which is correct to remove since `pathname` includes a leading "/". How: searched for all references to forums.expo.io, docs.expo.io, blog.expo.io, and snack.expo.io and updated them to their *.expo.dev counterparts. Then searched for expo.io and went through the remaining results to decide if they should be changed or not. One example of a domain I left alone was auth.expo.io, which is the domain we still use in expo-auth-session. Test Plan: `yarn test` to make sure tests pass. `yarn dev` to load the site and browse around. Specifically made sure Snack examples worked, links to various Expo pages used the .dev domain, and checked the `rel=canonical` link of the page to make sure it didn't have two slashes.
[docs] Cut SDK 42 docs
[docs] Cut SDK 41 branch
[docs] Replace static code examples by inlined Snacks (#11209)
12