“imagem de borda de imagem reagir nativo” Respostas de código

Shadow Border React Native

shadowColor: "#000",
shadowOffset: {
	width: 0,
	height: 11,
},
shadowOpacity: 0.55,
shadowRadius: 14.78,

elevation: 22,
Stormy Salamander

imagem de borda de imagem reagir nativo

shadowColor: "#000",
shadowOffset: {
	width: 0,
	height: 7,
},
shadowOpacity: 0.43,
shadowRadius: 25,

elevation: 15,
Clean Cat

Reactar a imagem de imagem fronteiriça nativa com a correção de sombras

<View
	style={{
       flexGrow: 1,
       backgroundColor: Colors.white,
       borderTopLeftRadius: 40,
       borderTopRightRadius: 40,
      }}
>
          <View
            style={[
              Theme.center,
              Theme.dropShadow,
              {
                top: -100,
                width: 190,
                height: 190,
                borderRadius: 190 / 2,
                backgroundColor: Colors.white,
              },
            ]}
          >
            <Image
              source={require("../../assets/resto/chef_jude.png")}
              style={[
                {
                  width: 180,
                  height: 180,
                  borderRadius: 180 / 2,
                },
              ]}
            />
          </View>
        </View>
Dayanaohhnana

Respostas semelhantes a “imagem de borda de imagem reagir nativo”

Perguntas semelhantes a “imagem de borda de imagem reagir nativo”

Mais respostas relacionadas para “imagem de borda de imagem reagir nativo” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código