Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Backmerge: main #427

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/animation-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-style/animation-plugin",
"version": "0.1.11",
"version": "0.1.12",
"description": "A gluestack-style plugin for animation properties, utilizing animation libraries.",
"keywords": [
"react",
Expand Down
1 change: 1 addition & 0 deletions packages/animation-plugin/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export class AnimationResolver implements IStyledPlugin {
NewComponent.displayName = 'StyledComponent';
return NewComponent;
}
return null;
}

wrapperComponentMiddleWare() {
Expand Down
Loading