Skip to content

Commit

Permalink
Merge pull request nandorojo#345 from alantoa/rn-0.74-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo authored May 14, 2024
2 parents 95a1044 + 57857c1 commit 74b4f3c
Show file tree
Hide file tree
Showing 7 changed files with 20,782 additions and 28,211 deletions.
10 changes: 5 additions & 5 deletions examples/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~50.0.7",
"expo-status-bar": "~1.11.1",
"expo": "~51.0.6",
"expo-status-bar": "~1.12.1",
"moti": "^0.27.2",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2"
"react-native": "^0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
15,969 changes: 6,680 additions & 9,289 deletions examples/sample/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"raf": "^3.4.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native-reanimated": "3.5.4",
"react-native-reanimated": "3.11.0",
"react-native-unimodules": "~0.9.0",
"react-native-web": "0.15.3"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest": "^26.6.1",
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"react-native": "^0.73.4",
"react-native": "^0.74.1",
"typescript": "^5.2.0"
},
"author": "Fernando Rojo <frojo@sas.upenn.edu>",
Expand Down
2 changes: 1 addition & 1 deletion packages/moti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"expo-linear-gradient": "^10.0.3",
"expo-module-scripts": "^3.4.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-reanimated": "3.5.4",
"react-native-reanimated": "3.11.0",
"typescript": "^5.2.0"
},
"react-native-builder-bob": {
Expand Down
5 changes: 3 additions & 2 deletions packages/moti/src/core/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {
PerpectiveTransform,
PerspectiveTransform,
RotateTransform,
RotateXTransform,
RotateYTransform,
Expand All @@ -14,6 +14,7 @@ import type {
ImageStyle,
TextStyle,
ViewStyle,

} from 'react-native'
import type {
SharedValue,
Expand All @@ -23,7 +24,7 @@ import type {
DerivedValue,
} from 'react-native-reanimated'

export type Transforms = PerpectiveTransform &
export type Transforms = PerspectiveTransform &
RotateTransform &
RotateXTransform &
RotateYTransform &
Expand Down
Loading

0 comments on commit 74b4f3c

Please sign in to comment.