gpt4 book ai didi

react-native - 无法读取未定义的 react-native 的属性 'setNativeProps'

转载 作者:行者123 更新时间:2023-12-05 07:43:27 24 4
gpt4 key购买 nike

我用过 react-native-drawer 。我将侧边菜单文件单独保存,并将其导入到主文件中。我想在侧面菜单文件中编写点击功能。当我单击第一个项目时,它给了我这个错误。 image

我怎么能解决这个问题我认为它的模拟子组件错误。这是我的侧边菜单文件代码

import React, { Component } from 'react';
import {

View,
StyleSheet,TouchableHighlight
} from 'react-native';
import { Content,Text,List, ListItem .
,Header,Icon,Left,Right,Body,Button,Title} from 'native-base';
import StatusComponent from './StatusComponent';
import Hr from 'react-native-hr';

export default class SideBar extends Component{
constructor(props){
super(props);
console.log(props)
asad=this.asad.bind(this);
}
asad(){
alert('gata rhe ');


}
render(){
return(

<View style={{backgroundColor:'#262626',flex:1,
position:'relative' ,top:62}} >

<List>
<ListItem >
<Right>

<TouchableHighlight onPress={()=>this.asad(this.props)}>

<Text style={{color:'white'}} > main page</Text>
</TouchableHighlight>

</Right>
</ListItem>

<ListItem >
<Right>

<TouchableHighlight >

<Text style={{color:'white'}} > secnd page</Text>
</TouchableHighlight>

</Right>
</ListItem>



</List>

</View>

)
};
}

最佳答案

NativeBase 提供帮助以在我们的应用程序中包含 Drawer

检查 NativeBase Drawer

关于react-native - 无法读取未定义的 react-native 的属性 'setNativeProps',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43674362/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com