Код: Выделить всё
export const homeStyle = StyleSheet.create({
container: {
flex: 1,
justifyContent: "center",
backgroundColor: "black",
paddingTop: 5,
},
map: {
width: width,
height: height,
position: "absolute",
},
settings: {
position: "absolute",
bottom: 0,
right: 0,
},
searchBar: {
textInputContainer: {
backgroundColor: "rgba(0,0,0,0)",
borderTopWidth: 0,
borderBottomWidth: 0,
},
textInput: {
marginLeft: 0,
marginRight: 0,
height: 38,
color: "black",
fontSize: 16,
},
},
}
Вот код:
Код: Выделить всё
{
console.log(data);
}}
/>
{
settings();
}
}
testID={"home-settings-button"}
/>
Подробнее здесь: https://stackoverflow.com/questions/734 ... is-ignored