作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
import React, { Component } from 'react';
import {
View,
TextInput,
} from 'react-native';
import Icons from 'react-native-vector-icons/FontAwesome';
class EmployeeFrom extends Component {
render() {
return (
<View>
<View>
<Icons name="user" size={28}
style={styles.InputIcons}
/>
<TextInput style={styles.textInput}
placeholder="Name"
placeholderTextColor="black"
underlineColorAndroid="rgba(0,0,0,0)"
/>
</View>
</View>
);
}
}
最佳答案
我有同样的问题。
帮助我调整了世博会的版本和版本。
它是:
package.json
"dependencies": {
"expo": "^30.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.
}
"expo": {
"sdkVersion": "29.0.0",
}
"dependencies": {
"expo": "^30.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.
}
"expo": {
"sdkVersion": "30.0.0",
}
关于react-native - 类型错误 : undefined is not an object (evaluating ExpoFontLoader. loadAsync),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52343861/
import React, { Component } from 'react'; import { View, TextInput, } from 'react-native'; imp
我是一名优秀的程序员,十分优秀!