| #
99d2cfbe |
| 26-Apr-2023 |
Aman Mittal <[email protected]> |
[docs] Update references from expo install to npx expo install (#22267)
|
| #
f4a8f663 |
| 20-Jan-2023 |
Evan Bacon <[email protected]> |
feat(html-elements): added div and babel tests (#20867)
# Why
- The babel plugin should be tested.
- Div is a pretty common component. Even though this isn't perfect, most
issues are related to
feat(html-elements): added div and babel tests (#20867)
# Why
- The babel plugin should be tested.
- Div is a pretty common component. Even though this isn't perfect, most
issues are related to styling/Yoga. Yoga has some good strategies for
changing default styles in the future so I think we can lean on that for
migration.
show more ...
|
| #
a1065a9c |
| 10-Aug-2022 |
Evan Bacon <[email protected]> |
chore: remove mentions of legacy CLI commands (#18419)
* chore: remove mentions of legacy CLI commands
* Apply suggestions from code review
Co-authored-by: Expo Bot <[email protected]
chore: remove mentions of legacy CLI commands (#18419)
* chore: remove mentions of legacy CLI commands
* Apply suggestions from code review
Co-authored-by: Expo Bot <[email protected]>
* Apply suggestions from code review
Co-authored-by: James Ide <[email protected]>
* update doc gen
* Update packages/expo-web-browser/src/WebBrowser.ts
* update files
* fix
Co-authored-by: Expo Bot <[email protected]>
Co-authored-by: James Ide <[email protected]>
show more ...
|
| #
b52e368f |
| 30-Mar-2022 |
James Ide <[email protected]> |
Change several expo.io references to expo.dev or exp.host (#16803)
Docs:
- Replaced docs.expo.io links in READMEs with docs.expo.dev
- Updated references to docs.expo.io throughout docblocks in so
Change several expo.io references to expo.dev or exp.host (#16803)
Docs:
- Replaced docs.expo.io links in READMEs with docs.expo.dev
- Updated references to docs.expo.io throughout docblocks in source code
- Updated package.json files that linked to docs.expo.io
Emails:
- Changed some support and test emails to use `@expo.dev`
Classic update hosts:
- Changed `exp://expo.io` links to `exp://exp.host` links. This change is consistent with the URLs that Expo CLI generates.
show more ...
|
| #
8b4c59e5 |
| 26-Jan-2022 |
Brent Vatne <[email protected]> |
[markdown] More markdown files to new main branch
|
| #
05da2fa4 |
| 06-Aug-2021 |
Justin Noel <[email protected]> |
[html-elements] correct universal element for text input (#11023)
|
| #
600afe4b |
| 09-Mar-2020 |
Evan Bacon <[email protected]> |
[html-elements] Fix Android font family (#7303)
* Fix Android font family
* fix build
|
| #
a8465056 |
| 18-Feb-2020 |
Evan Bacon <[email protected]> |
Updated HTML Lists (#7062)
* Remove OL
* updated build files
|
| #
60ea71b8 |
| 14-Feb-2020 |
Evan Bacon <[email protected]> |
[html-elements] Update font sizes (#7044)
* Remove Small
* Update Text-test.tsx
|
| #
37e143d9 |
| 13-Feb-2020 |
Evan Bacon <[email protected]> |
[html-elements] Use Courier font for Code elements (#7040)
* Use Courier font for code elements
* Updated demo screen
|
| #
68675f3e |
| 12-Feb-2020 |
Evan Bacon <[email protected]> |
[html-elements] Update layout elements (#7027)
* Created new layout elements
* Updated docs
* Updated small size
* updated heading snapshots
* lint fix
* fix format
|
| #
55058f92 |
| 12-Feb-2020 |
Evan Bacon <[email protected]> |
Created @expo/html-elements (#6986)
* Created @expo/html-elements package
* Created Anchor element
* Created Article
* Created Header
* Created Main
* Created Section
* Created Foo
Created @expo/html-elements (#6986)
* Created @expo/html-elements package
* Created Anchor element
* Created Article
* Created Header
* Created Main
* Created Section
* Created Footer
* Created P
* Created B
* Created Strong
* Created Strike
* Created I
* Created Br
* Created Hr
* Created Code
* Created Table elements
* Updated text elements
* Updated Hr
* Created Nav
* Created Small
* Created Lists
* Created Mark
* Create Tfooter
* Update package.json
* Updated docs
* Update README.md
* Update README.md
* Update README.md
* Update packages/html-elements/README.md
Co-Authored-By: Brent Vatne <[email protected]>
* extract target from anchor
* Strike -> Del
* Updated headings docs
* Update README.md
* simplify ts method
* removed ts-ignores
* Ul => UL
* Ol => OL
* Li => LI
* Hr => HR
* Thead => THead
* Tbody => TBody
* Tfoot => TFoot
* Td => TD
* Br => BR
* Tr => TR
* Th => TH
* Em => EM
* Fix NCL screen
* Added E2E tests
* Updated .npmignore to remove tests, snapshots, and jest tsconfig
* Created Q and BlockQuote
* pixels -> value
* Added audio tag
* Update README.md
* update build files
* fix view and text styles
* Created Time
* Update README.md
* Update README.md
* updated tests
* Remove unused tests
* Created Pre
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* internal links
* unify blocks
* Update README.md
Co-authored-by: Brent Vatne <[email protected]>
show more ...
|