We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96265c commit fb0acffCopy full SHA for fb0acff
1 file changed
src/index.tsx
@@ -50,7 +50,6 @@ export const RiveView = getHostComponent<RiveViewProps, RiveViewMethods>(
50
'RiveView',
51
() => RiveViewConfig
52
) as ReactNativeView<RiveViewProps, RiveViewTSMethods>;
53
-export { RiveView as NitroRiveView };
54
55
export type { RiveViewProps, RiveViewMethods };
56
export type { RiveFile } from './specs/RiveFile.nitro';
0 commit comments