From 6f84ccff1c3666207bd8d4540e9c14d68272eb88 Mon Sep 17 00:00:00 2001 From: surendharreddy Date: Wed, 10 Oct 2018 17:32:30 +0800 Subject: [PATCH] Remove proptypes --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cfdaec4..43e9140 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -import React, { Component, PropTypes } from 'react' +import React, { Component } from 'react' import { Platform } from 'react-native'; import ActionCable from 'actioncable'