Browse Source

Update AgoraView.js

缺少了{}
薛鹏翔 7 years ago
parent
commit
22fd580367
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      AgoraView.js

+ 1
- 1
AgoraView.js View File

3
  */
3
  */
4
 
4
 
5
 import  React, {Component} from 'react'
5
 import  React, {Component} from 'react'
6
-import PropTypes from 'prop-types'
6
+import {PropTypes} from 'prop-types'
7
 import {
7
 import {
8
     requireNativeComponent,
8
     requireNativeComponent,
9
     View,
9
     View,