We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a724fa commit 9883cd1Copy full SHA for 9883cd1
packages/core/accessibility/index.android.ts
@@ -1,7 +1,7 @@
1
import { Application, ApplicationEventData } from '../application';
2
import { Trace } from '../trace';
3
import { SDK_VERSION } from '../utils/constants';
4
-import { resources } from '../utils/android';
+import { resources } from '../utils/native-helper-for-android';
5
import type { View } from '../ui/core/view';
6
import { GestureTypes } from '../ui/gestures';
7
import { notifyAccessibilityFocusState } from './accessibility-common';
packages/core/ui/animation/animation-interfaces.ts
@@ -0,0 +1 @@
+export { CubicBezierAnimationCurve } from './../../core-types/animation-types'
0 commit comments