Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(iphone): new sizes #403

Closed
wants to merge 1 commit into from
Closed

chore(iphone): new sizes #403

wants to merge 1 commit into from

Conversation

duspada
Copy link
Collaborator

@duspada duspada commented Oct 4, 2023

Descrição do PR

  • adicionado novos tamanhos do iphone

Como Validei?

Tipo de mudança

  • Nova feature (mudança non-breaking que adiciona uma funcionalidade)
  • Bug fix (mudança non-breaking que conserta um problema)
  • Breaking change (ajuste ou funcionalidade que pode causar uma quebra numa funcionalidade já existente)
  • Chore (nenhuma das anteriores, como upgrade de libs)

Checklist 🚨

  • Testado usando Yalc
  • Meu código segue o code style da Builders
  • Meu código foi feito utilizando TDD (testes unitários obrigatórios)

@@ -48,6 +48,7 @@
"react-native": ">=0.69.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nas dependências do package.json não pode conter o sinal de ">=" deve ser usado uma versão fixa por ex: "0.69.3"

@@ -48,6 +48,7 @@
"react-native": ">=0.69.3",
"react-native-safe-area-context": ">=4.5.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nas dependências do package.json não pode conter o sinal de ">=" deve ser usado uma versão fixa por exemplo: "1.0.0".

@@ -48,6 +48,7 @@
"react-native": ">=0.69.3",
"react-native-safe-area-context": ">=4.5.3",
"react-native-size-matters": ">=0.3.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nas dependências do package.json não pode conter o sinal de ">=" deve ser usado uma versão fixa por exemplo: "1.0.0".

@@ -48,6 +48,7 @@
"react-native": ">=0.69.3",
"react-native-safe-area-context": ">=4.5.3",
"react-native-size-matters": ">=0.3.0",
"react-native-device-info": ">=10.4.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nas dependências do package.json não pode conter o sinal de ">=" deve ser usado uma versão fixa por ex: "1.0.0".

@@ -48,6 +48,7 @@
"react-native": ">=0.69.3",
"react-native-safe-area-context": ">=4.5.3",
"react-native-size-matters": ">=0.3.0",
"react-native-device-info": ">=10.4.0",
"styled-components": ">=5"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nas dependências do package.json não pode conter o sinal de ">=" deve ser usado uma versão fixa por ex: "5.0.0".

Copy link
Contributor

@luancurti luancurti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Utilizar react-native-safe-area-context para pegar os tamanhos das safe areas tanto de iOS quanto de Android

PR de referência que adiciona hook para trabalhar com safe area

Caso tenha necessidade pode utilizar o hook useSpacingsWithSafeArea para trabalhar com spacings juntamente com a safe area.

@duspada duspada closed this Oct 5, 2023
@fabinppkbuilders fabinppkbuilders mentioned this pull request Mar 15, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants