@tamagui/animations-react-native 1.75.4 → 1.75.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@ __export(createAnimations_exports, {
22
22
  useAnimatedNumberStyle: () => useAnimatedNumberStyle
23
23
  });
24
24
  module.exports = __toCommonJS(createAnimations_exports);
25
- var import_use_presence = require("@tamagui/use-presence"), import_web = require("@tamagui/web"), import_react = require("react"), import_react_native = require("react-native");
25
+ var import_use_presence = require("@tamagui/use-presence"), import_web = require("@tamagui/web"), import_react = require("react"), import_react_native = require("react-native-web");
26
26
  const animatedStyleKey = {
27
27
  transform: !0,
28
28
  opacity: !0
@@ -5,7 +5,7 @@ import {
5
5
  useIsomorphicLayoutEffect
6
6
  } from "@tamagui/web";
7
7
  import { useEffect, useMemo, useRef } from "react";
8
- import { Animated } from "react-native";
8
+ import { Animated } from "react-native-web";
9
9
  const animatedStyleKey = {
10
10
  transform: !0,
11
11
  opacity: !0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/animations-react-native",
3
- "version": "1.75.4",
3
+ "version": "1.75.6",
4
4
  "source": "src/index.ts",
5
5
  "sideEffects": [
6
6
  "polyfill.js"
@@ -15,11 +15,11 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@tamagui/use-presence": "1.75.4",
19
- "@tamagui/web": "1.75.4"
18
+ "@tamagui/use-presence": "1.75.6",
19
+ "@tamagui/web": "1.75.6"
20
20
  },
21
21
  "devDependencies": {
22
- "@tamagui/build": "1.75.4",
22
+ "@tamagui/build": "1.75.6",
23
23
  "react": "^18.2.0",
24
24
  "react-native": "^0.72.1"
25
25
  },