Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate @emotion/native to TypeScript #2861

Closed
wants to merge 13 commits into from

Conversation

srmagura
Copy link
Member

Needs rebase

This PR was branched off of #2849, so it needs to be rebased once that one is merged.

Surprisingly, this did not require any tweaks to @emotion/primitives or @emotion/primitives-core.

I recommend looking at the changesets I added to see the user-facing changes caused by this PR. I removed styled.ToolbarAndroid because it was causing a type error. Even though it's arguably a breaking change, I am not worried about it because React Native 0.61 is so very old.

@changeset-bot
Copy link

changeset-bot bot commented Aug 22, 2022

🦋 Changeset detected

Latest commit: fb29176

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@emotion/native Minor
@emotion/primitives Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 22, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit fb29176:

Sandbox Source
Emotion Configuration

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #2861 (fb29176) into ts-migration (993557d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
packages/primitives-core/src/styled.ts 100.00% <ø> (ø)
packages/native/src/base.ts 100.00% <100.00%> (ø)
packages/native/src/index.ts 100.00% <100.00%> (ø)
packages/primitives-core/src/css.ts 100.00% <100.00%> (ø)
packages/primitives/src/index.ts 100.00% <100.00%> (ø)
packages/primitives/src/styled.ts 100.00% <100.00%> (ø)
packages/primitives/src/test-props.ts 100.00% <100.00%> (ø)

@Andarist Andarist force-pushed the ts-migration branch 2 times, most recently from 04c9f33 to 1effaf9 Compare May 11, 2024 11:59
@emmatown emmatown deleted the branch emotion-js:ts-migration May 17, 2024 18:43
@emmatown emmatown closed this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants