Skip to content

Commit

Permalink
Merge pull request #78 from prscX/master
Browse files Browse the repository at this point in the history
Added prop-types node module
  • Loading branch information
matc4 authored Sep 15, 2017
2 parents 9ef6404 + 9d127da commit 8e41aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, {Component, PropTypes} from "react";
import React, {Component} from "react";
import {View} from 'react-native';
import PropTypes from 'prop-types'
import xmldom from 'xmldom';
import resolveAssetSource from 'react-native/Libraries/Image/resolveAssetSource';

Expand Down

0 comments on commit 8e41aa9

Please sign in to comment.