| da466442 | 06-Jun-2023 |
Aman Mittal <[email protected]> |
[docs] Add embedded video links in different docs (#22704)
# Why
<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->
[docs] Add embedded video links in different docs (#22704)
# Why
<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->
Add videos recently created by Keith (that are already published on our
official YT channel).
# How
<!--
How did you build this feature or fix this bug and why?
-->
- By using `Video` component to embed videos on different pages.
- Also, fix a typo in one doc.
# Test Plan
<!--
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.
-->
Following changes have been tested by running docs locally:
<img width="1340" alt="CleanShot 2023-05-31 at 21 25 25@2x"
src="https://github.com/expo/expo/assets/10234615/1f5f4de9-2660-438b-977a-ed634645c095">
<img width="1341" alt="CleanShot 2023-05-31 at 21 25 55@2x"
src="https://github.com/expo/expo/assets/10234615/5ca0a363-e0b6-4339-9610-7dddf74678a0">
<img width="1320" alt="CleanShot 2023-05-31 at 21 26 19@2x"
src="https://github.com/expo/expo/assets/10234615/a31bf19e-c4c5-429f-bc23-7fc9c836b2c1">
# 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 ...
|