code
unknown
javascript
4 years ago
2.0 kB
20
Indexable
<View> <Image style={{ width:windowWidth*0.93, height:windowWidth*0.27, borderRadius:fotoArcUrl!=""?normalize(10):normalize(10), opacity: 0.4, }} source={{ uri: fotoArcUrl+ "?u=" + moment_timezone().valueOf(), headers: { "Content-Type": "image/jpeg", Pragma: "no-cache", Authorization: token, }, }} > </Image> <View style={{ position:"absolute", // backgroundColor:"red", width:300, height:50, top:normalize(10), left:normalize(20), alignItems:"center", // margin:"auto" }}> <> <Image source={require("../../../assets/icon_fascon/pasir.png")} style={{ width:40, height:40, borderRadius:fotoArcUrl!=""?normalize(20):normalize(20), }}/> <View padding={4}/> <Text allowFontScaling={false} style={{ fontSize: normalize(16), textAlign: "left", fontFamily: Platform.OS === "android" ? "Poppins-Medium" : "HelveticaNeue-Medium", }} > Proses Verifikasi </Text> </> </View> </View>
Editor is loading...