diff --git a/.travis.yml b/.travis.yml index 7f72f95e..cf83e15c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ node_js: install: - npm install - npm install react-native-vector-icons --save - - react-native link react-native-vector-icons + - sed -i -- 's/class Icon extends PureComponent {/class Icon extends PureComponent {constructor(props) { super(props) }/g' node_modules/react-native-vector-icons/lib/create-icon-set.js