Skip to content

Commit e9240aa

Browse files
committed
fix: js lint/test
1 parent c5adec2 commit e9240aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/RiveView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
import type { HybridViewProps } from 'react-native-nitro-modules';
21
import type { RiveFile } from '../specs/RiveFile.nitro';
32
import '../specs/RiveView.nitro';
43
import type { Alignment } from './Alignment';
54
import type { Fit } from './Fit';
65
import { NitroRiveView } from 'react-native-rive';
76
import type { ReferencedAssets } from '../hooks/useRiveFile';
8-
import type { RiveFileInput } from '../../lib/typescript/src';
7+
import type { RiveFileInput } from '../hooks/useRiveFile';
98
import { useRiveFile } from '../hooks/useRiveFile';
109
import { ActivityIndicator, Text } from 'react-native';
1110
import type { ComponentProps } from 'react';

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const RiveView = getHostComponent<RiveViewProps, RiveViewMethods>(
5050
'RiveView',
5151
() => RiveViewConfig
5252
) as ReactNativeView<RiveViewProps, RiveViewTSMethods>;
53+
export { RiveView as NitroRiveView };
5354

5455
export type { RiveViewProps, RiveViewMethods };
5556
export type { RiveFile } from './specs/RiveFile.nitro';

0 commit comments

Comments
 (0)