개발자 되는 중/TIL&WIL

내배캠 TIL 2022.01.10

SeonChoco 2023. 1. 10. 16:37

box-shadow

platform.select

styled.component 안된다. inline에서만 될꺼같다.

 

style={Platform.select({ ios: { shadowColor: "#0000003C", shadowOpacity: 0.4, shadowOffset: { heigh

 

 

 import { Platform } from "react-native";