Skip to content

Commit 174eefa

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

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/RiveView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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';

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)