File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- import { FilamentViewNativeComponent } from './FilamentViewNativeComponent'
1
+ import { FilamentView } from './FilamentViewNativeComponent'
2
2
3
3
export interface TFilamentProxy {
4
4
/**
@@ -20,7 +20,7 @@ if (global.nativeCallSyncHook == null) {
20
20
// In Bridge architecture there was a separate Module and View, but now it's all a View - how do I add static methods on that?
21
21
// Maybe we need to create a separate FilamentModule as well (in addition to the FilamentView).
22
22
// @ts -expect-error
23
- const successful = FilamentViewNativeComponent . install ( )
23
+ const successful = FilamentView . install ( )
24
24
if ( ! successful ) {
25
25
throw new Error ( 'Failed to initialize react-native-filament! Check the native logs (adb logcat or Xcode logs) for more information.' )
26
26
}
You can’t perform that action at this time.
0 commit comments