亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

javascript - react-native在chrome調試工具中出現警告,并且不能使用react dev-tools

瀏覽:130日期:2022-11-05 15:08:56

問題描述

1.我使用[email protected][email protected] ,在模擬是可以正常使用的,但是在chrome調試工具中出現了警告:

ExceptionsManager.js:71 Warning: PropTypes has been moved to a separate package. Accessing React.PropTypes is no longer supported and will be removed completely in React 16. Use the prop-types package on npm instead. (https://fb.me/migrating-from-react-proptypes)

ExceptionsManager.js:71 Warning: React.createClass is no longer supported. Use a plain JavaScript class instead. If you’re not yet ready to migrate, create-react-class is available on npm as a drop-in replacement. (https://fb.me/migrating-from-react-create-class)

并且不能使用react dev-tools 進行調試

我的代碼:

/** * Sample React Native App * https://github.com/facebook/react-native * @flow */import React, { Component } from ’react’import { AppRegistry, View, Text, StyleSheet} from ’react-native’export default class second extends Component{ render () { return ( <View style={{ flex: 1,flexDirection: ’column’,justifyContent: ’center’,alignItems: ’center’,backgroundColor: ’ghostwhite’ }}><Text style={{fontSize: 28, color: ’cadetblue’}}>class extends</Text> </View> ) } componentDidMount () { console.log(’==========’) this.testConsolelog() } testConsolelog () { console.log(’e3423423432’) }}const styles2 = StyleSheet.create({ bigblue: { color: ’blue’, fontWeight: ’bold’, fontSize: 30, }, red: { color: ’red’, },});AppRegistry.registerComponent(’second’, () => second);

問題解答

回答1:

你用的react16中,已經棄用了React.createClass這個方法。

因此react16的版本就無法通過該方法來創建組件了。你必須使用ES6的方式來創建組件了。

class Test extends React.Component { ...}

如果你的代碼中用了mixins而必須使用createClass的話,你需要單獨引入另外一個工具庫。

var createReactClass = require(’create-react-class’);

另外,React.propTypes也不能使用了,你想要檢測props,react16中需要引入一個單獨的工具。

import PropTypes from ’prop-types’;回答2:

不能使用react dev-tools, 是不是沒有勾選允許訪問文件地址

javascript - react-native在chrome調試工具中出現警告,并且不能使用react dev-tools

標簽: JavaScript
主站蜘蛛池模板: 国产精品一区二区丝瓜 | 黑人性生活视频 | 亚洲第一成人天堂第一 | 欧美午夜a级精美理论片 | 久久免费视频3 | 久久视频精品36线视频在线观看 | 免费观看黄色a一级视频播放 | 91精品日本久久久久久牛牛 | 午夜在线亚洲男人午在线 | 国产精品亚洲va在线观看 | 天天天色 | 日本人一级毛片视频 | 成人va| 高清成年美女xx免费网站黄 | 精品欧美日韩一区二区 | 在线观看黄色网 | 亚洲 欧美 国产 制服 动漫 | 香蕉久久夜色精品国产2020 | 性视频亚洲| 亚洲与黑人 | 欧美成人交tv免费观看 | 正在播放国产酒店露脸 | 手机看片日韩高清国产欧美 | 久久久精品在线观看 | 国产精品v欧美精品∨日韩 国产精品www | 国产欧美成人 | xxx性欧美人 | 丁香六月婷婷综合 | 日本一级特黄高清ab片 | 日韩中文字幕在线播放 | 国产国产成人久久精品杨幂 | 91视频香蕉视频 | 成人免费视频大全 | 五月天婷婷一区二区三区久久 | 在线免费黄 | 日本黄色美女视频 | 精品精品久久宅男的天堂 | 久久国产乱子免费精品 | 色综合久久中文色婷婷 | 四库影库免费永久在线 | 亚洲国产精品自产在线播放 |