Permalink
Switch branches/tags
{{ refName }}
default
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Apr 25, 2023
-
-
feat(file-system): allow copy when opening a File (#10274)
* feat: add copy file to file-system * feat(file-system): allow temp copy of files opened with File.fromPath * chore: remove log * chore: remove log * fix: only copy if true --------- Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
Commits on Apr 24, 2023
Commits on Apr 22, 2023
Commits on Apr 17, 2023
-
-
revert: "fix(core/platform): fixed types for sdkVersion and osVersion" (
-
feat(transitions): support zIndex on ios shared elements + support pa…
…ge props on android (#10261)
-
fix(core): sdkVersion and osVersion type adjustments (#10269)
- These two return a number in Android (can't test iOS). Adding this fix would make expressions such as `Device.sdkVersion >= 23` possible without the need to add `@ts-ignore` before - Updated JSDoc to reflect Android behavior
Commits on Apr 13, 2023
Commits on Apr 12, 2023
Commits on Apr 11, 2023
Commits on Apr 6, 2023
Commits on Apr 5, 2023
Commits on Apr 4, 2023
Commits on Mar 28, 2023
-
-
-
revert: "chore: ios relayout condition cleanup (#10241)"
This reverts commit 7eaafa5.
-
-