Skip to content

Commit

Permalink
more prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
Alon committed Oct 25, 2022
1 parent 6229b71 commit fd00054
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/TableView.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ import PropTypes from 'prop-types';
import {
NativeModules,
requireNativeComponent,
EdgeInsetsPropType,
PointPropType,
findNodeHandle,
View,
} from 'react-native';
import TableViewSection from './TableViewSection';
import TableViewCell from './TableViewCell';
import TableViewItem from './TableViewItem';
import RNTableViewConsts from './TableViewConsts';
import { ViewPropTypes } from 'deprecated-react-native-prop-types';
import {
ViewPropTypes,
EdgeInsetsPropType,
PointPropType,
} from 'deprecated-react-native-prop-types';

const resolveAssetSource = require('react-native/Libraries/Image/resolveAssetSource');

Expand Down

0 comments on commit fd00054

Please sign in to comment.