Skip to content

Commit 7931d10

Browse files
Merge pull request GeekyAnts#2175 from tofugear/gravatar-proptypes-patch-1
missing import `prop-types` package
2 parents d375651 + ba4ed4e commit 7931d10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/basic/Gravatar.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React from "react";
2+
import PropTypes from "prop-types";
23
import { Image } from "react-native";
34
import { connectStyle } from "native-base-shoutem-theme";
45
import _ from "lodash";

0 commit comments

Comments
 (0)