Skip to content

Commit b7fd342

Browse files
authored
update PropTypes import
1 parent 41b7073 commit b7fd342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11

2-
import React, { Component, PropTypes } from 'react';
2+
import React, { Component } from 'react';
33

44
import {
55
NativeModules,
66
TextInput,
77
findNodeHandle,
88
AppRegistry,
99
} from 'react-native';
10+
import PropTypes from 'prop-types'
1011

1112
const { CustomKeyboard} = NativeModules;
1213

0 commit comments

Comments
 (0)