Skip to content

Commit fb0acff

Browse files
committed
refactor: remove unused export
1 parent c96265c commit fb0acff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.tsx

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

5554
export type { RiveViewProps, RiveViewMethods };
5655
export type { RiveFile } from './specs/RiveFile.nitro';

0 commit comments

Comments
 (0)