Skip to content

Commit

Permalink
refactor: AttachmentPicker rename propTypes to AttachmentPickerPropTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
kidroca committed Mar 31, 2021
1 parent fc69886 commit 6801322
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AttachmentPicker/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import propTypes from './propTypes';
import propTypes from './AttachmentPickerPropTypes';

/**
* This component renders a function as a child and
Expand Down
2 changes: 1 addition & 1 deletion src/components/AttachmentPicker/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React, {Component} from 'react';
import {Alert, Linking, View} from 'react-native';
import RNImagePicker from 'react-native-image-picker';
import RNDocumentPicker from 'react-native-document-picker';
import basePropTypes from './propTypes';
import basePropTypes from './AttachmentPickerPropTypes';
import styles from '../../styles/styles';
import Popover from '../Popover';
import MenuItem from '../MenuItem';
Expand Down

0 comments on commit 6801322

Please sign in to comment.