我的屏幕上没有任何输入字段。但是键盘总是出现之后。
这是我的代码:
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
Image,
TouchableHighlight,
Button,
ListView
} from 'react-native';
import FloatingActionButton from 'react-native-action-button';
import ActionButton from 'react-native-action-button';
import Icon from 'react-native-vector-icons/Ionicons';
import firebase from 'firebase';
import { Keyboard } from 'react-native';
Keyboard.dismiss();
render函数使用ListView和ActionButton。
如何在iOS和Android的此屏幕中隐藏键盘? 感谢任何帮助。