| #
8285c032 |
| 13-Aug-2021 |
Tomasz Sapeta <[email protected]> |
Rename unimodules imports to expo-modules-core
|
| #
257e8878 |
| 08-Jun-2020 |
Evan Bacon <[email protected]> |
[linear-gradient] Migrate to functional components (#8673)
* Remove index re-export
* Created shim element for unsupported platforms
* Convert LinearGradient to functional component
* Conve
[linear-gradient] Migrate to functional components (#8673)
* Remove index re-export
* Created shim element for unsupported platforms
* Convert LinearGradient to functional component
* Convert all react imports to star imports
* Unify types and add doc blocks
* Update NativeLinearGradient.web.tsx
* Updated build files
* Updated docs for linear gradient
* Update linear-gradient.md
* Update CHANGELOG.md
* Use nullish
* Clean up function export
* Apply suggestions from code review
Co-authored-by: James Ide <[email protected]>
* Updated docs
Co-authored-by: James Ide <[email protected]>
show more ...
|
| #
b91f886f |
| 18-Mar-2020 |
James Ide <[email protected]> |
[lint] Add "prefer-const" setting (#7389)
* [lint] Add "prefer-const" setting
See https://github.com/expo/expo/blob/master/guides/Expo%20JavaScript%20Style%20Guide.md#let-and-const which explains
[lint] Add "prefer-const" setting (#7389)
* [lint] Add "prefer-const" setting
See https://github.com/expo/expo/blob/master/guides/Expo%20JavaScript%20Style%20Guide.md#let-and-const which explains the overall rationale for using `const` (mainly to pick a lintable option and to reduce attention cost talking about it).
Tested by adding a test case to the linter and running tests and looking at the snapshot to see that the linter autofixed let to const.
* [lint] Apply let/const autofixes
* Add build files
show more ...
|
| #
92f6de58 |
| 14-Feb-2020 |
Will Schurman <[email protected]> |
[eslint-config-universe] Add import ordering alphabetization (#7038)
|
| #
8d441c7e |
| 14-Mar-2019 |
Stanisław Chmiela <[email protected]> |
[packages] Move unimodules foundation to `org.unimodules` scope
|
| #
b6f8472a |
| 25-Jan-2019 |
Brent Vatne <[email protected]> |
[sdk] Extract LinearGradient and KeepAwake (#3287)
|