Skip to content

Commit

Permalink
Proxy as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 21, 2024
1 parent e22ad90 commit c13472c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/src/FilamentView.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import { findNodeHandle } from 'react-native'
import { FilamentProxy } from './FilamentProxy'
import { FilamentProxy } from './native/FilamentProxy'
import { FilamentNativeView, NativeProps } from './native/FilamentNativeView'

type FilamentViewProps = NativeProps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FilamentNativeModule } from './native/FilamentNativeModule'
import { FilamentNativeModule } from './FilamentNativeModule'

export interface TFilamentProxy {
/**
Expand Down

0 comments on commit c13472c

Please sign in to comment.