File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export function multiply(a: number, b: number): number {
4646 * - play(): Starts playing the animation
4747 * - pause(): Pauses the animation
4848 */
49- export const NitroRiveView = getHostComponent < RiveViewProps , RiveViewMethods > (
49+ export const RiveView = getHostComponent < RiveViewProps , RiveViewMethods > (
5050 'RiveView' ,
5151 ( ) => RiveViewConfig
5252) as ReactNativeView < RiveViewProps , RiveViewTSMethods > ;
@@ -78,8 +78,3 @@ export { useRiveColor } from './hooks/useRiveColor';
7878export { useRiveTrigger } from './hooks/useRiveTrigger' ;
7979export { useRiveFile } from './hooks/useRiveFile' ;
8080export { type RiveFileInput } from './hooks/useRiveFile' ;
81- export { RiveConfigurator } from './core/RiveConfigurator' ;
82- export { type RiveConfiguratorConfig } from './core/RiveConfigurator' ;
83- export { type ArtboardSpec } from './specs/ArtboardSpec' ;
84- export { type StateMachineSpec } from './specs/StateMachineSpec' ;
85- export { RiveView } from './core/RiveView' ;
You can’t perform that action at this time.
0 commit comments