av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

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

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

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

問題描述

1.我使用react@16.0.0-alpha.12, react-native@0.45.1 ,在模擬是可以正常使用的,但是在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
主站蜘蛛池模板: 久久精品无码一区二区三区 | tube国产| 玖玖视频网| 天天久 | 欧美日韩亚洲国产 | 亚洲一区久久 | 五月婷婷色| 国产精品毛片 | av激情在线| 久久精品视频亚洲 | 日韩精品免费在线观看 | 免费观看一级视频 | 狠狠婷婷综合久久久久久妖精 | 黄免费在线 | 爱爱视频日本 | 国产精品久久久久久吹潮 | 99精品国产一区二区三区 | 中日av| 青青草原综合久久大伊人精品 | 日本人爽p大片免费看 | 日韩视频区 | 久久久久久久97 | 免费黄色大片 | 亚洲第一色av| 狠狠色狠狠色综合日日92 | 亚洲一区视频在线 | 人人爽人人草 | 性视频网 | 亚洲成人毛片 | 亚洲国产日本 | 久操亚洲 | 亚洲视频在线一区 | 欧美一级片在线播放 | 可以免费观看的av片 | 黄色免费网站在线看 | 亚洲视频欧美视频 | 精品视频一区二区三区在线观看 | 国产成人在线视频播放 | 91精品中文字幕一区二区三区 | 欧美一区二区在线观看 | 国产日韩精品一区 |