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

Change splash screen background color #2825

Merged
merged 1 commit into from
Feb 6, 2022

Conversation

tpmai22
Copy link
Contributor

@tpmai22 tpmai22 commented Feb 4, 2022

Issue This PR Addresses

Added for issue #2731

Type of Change

  • Bugfix: Change which fixes an issue
  • New Feature: Change which adds functionality
  • Documentation Update: Change which improves documentation
  • UI: Change which improves UI

Description

Changing the back ground color of the splash screen and doing a quick check to see if it work on all the phone OS

Steps to test the PR

Checklist

  • Quality: This PR builds and passes our npm test and works locally
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (if applicable)
  • Documentation: This PR includes updated/added documentation to user exposed functionality or configuration variables are added/changed or an explanation of why it does not(if applicable)
Android.Emulator.-.Pixel_4_API_32_5554.2022-02-03.23-03-49.mp4

@gitpod-io
Copy link

gitpod-io bot commented Feb 4, 2022

Copy link
Contributor

@humphd humphd left a comment

Choose a reason for hiding this comment

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

Looks good, one question.

.eslintrc.js Outdated
rules: { 'no-use-before-define': 'off' },
rules: {
'no-use-before-define': 'off',
'react/jsx-filename-extension': [1, { allow: 'as-needed' }],
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we making this change? Why not always use .jsx for components?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@humphd I just check it out and you are right there is no need to do that .jsx work fine

@aserputov aserputov merged commit 98fe3c0 into Seneca-CDOT:master Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React Native: Basic UI Started for the app
4 participants