Skip to content

Commit

Permalink
fix: adds missing proptypes imports
Browse files Browse the repository at this point in the history
  • Loading branch information
IdaszakDaniel committed May 22, 2021
1 parent 0a0fd73 commit cd65151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/predefinedComponents/DetailsHeader/DetailsHeader.js
@@ -1,6 +1,6 @@
import React from 'react';
import { Text, View, Image, TouchableOpacity, StatusBar, Animated, ScrollView } from 'react-native';
import { bool, number, func, string, node } from 'prop-types';
import { bool, number, func, string, node, oneOfType, shape, instanceOf } from 'prop-types';
import StickyParallaxHeader from '../../StickyParallaxHeader';
import { constants, sizes } from '../../constants';
import { Brandon } from '../../assets/data/cards';
Expand Down

0 comments on commit cd65151

Please sign in to comment.