Skip to content

Commit 9883cd1

Browse files
committed
chore: fix after merges
1 parent 3a724fa commit 9883cd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/accessibility/index.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Application, ApplicationEventData } from '../application';
22
import { Trace } from '../trace';
33
import { SDK_VERSION } from '../utils/constants';
4-
import { resources } from '../utils/android';
4+
import { resources } from '../utils/native-helper-for-android';
55
import type { View } from '../ui/core/view';
66
import { GestureTypes } from '../ui/gestures';
77
import { notifyAccessibilityFocusState } from './accessibility-common';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { CubicBezierAnimationCurve } from './../../core-types/animation-types'

0 commit comments

Comments
 (0)