无法从一个屏幕导航到另一个屏幕

时间:2020-02-24 11:37:56

标签: react-native

我无法从一个屏幕导航到另一个屏幕,我不知道为什么有人可以告诉我该错误的正确解决方案。

services.AddSingleton<MyClass>();
services.AddSingleton<Interface1>(p => p.GetRequiredService<MyClass>());
services.AddSingleton<Interface2>(x => x.GetRequiredService<MyClass>());

任何帮助将不胜感激。

3 个答案:

答案 0 :(得分:0)

像这样使用按钮 TouchableOpacity

<TouchableOpacity onPress={() => this._onPressButton()} underlayColor="white">
 <Text>User name</Text>
 <Text>Email</Text>
 </TouchableOpacity>

答案 1 :(得分:0)

# not needed here
# date_default_timezone_set("Asia/Tehran");
# $now_time = time();

# This is the only text-to-bin conversion
$starting_time = strtotime("2020-02-08 20:30:00");
$finish_time = $starting_time + 100*60; // + 100 minutes

# differences and comparing binary times is very easy and efficient
if ( $starting_time < $finish_time ) {
    echo "True";
} else {
    echo "False";
}

您也可以尝试

答案 2 :(得分:0)

检查路线页面,因为您可能会忘记添加路线。

Profile: { 
    screen: ProfileView,
    navigationOptions: {
      header: null,
    }
}