Skip to content

Commit

Permalink
chore: release v6.0.0-rc.5
Browse files Browse the repository at this point in the history
fix typescript types
  • Loading branch information
matinzd committed Apr 21, 2023
1 parent b673909 commit 0f2ef01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "lottie-react-native",
"version": "6.0.0-rc.4",
"version": "6.0.0-rc.5",
"description": "React Native bindings for Lottie",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down
7 changes: 1 addition & 6 deletions packages/core/src/LottieView.types.ts
@@ -1,9 +1,4 @@
import type {
StyleProp,
ViewStyle,
LayoutChangeEvent,
Animated,
} from 'react-native';
import type { StyleProp, ViewStyle, LayoutChangeEvent } from 'react-native';

/**
* Serialized animation as generated from After Effects
Expand Down

0 comments on commit 0f2ef01

Please sign in to comment.