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

Fix/old-bugs #76

Merged
merged 4 commits into from
Oct 15, 2023
Merged

Fix/old-bugs #76

merged 4 commits into from
Oct 15, 2023

Conversation

ArkadiK94
Copy link
Contributor

There was not an issue for this pr. Do you want me to open one?

Fixes Issue

  • Fix, Update Packages
  • Fix tabBarOptions deprecated
  • Fix Courses Screen Bug
  • Fix Bugs In Jobs Screen

Changes proposed

Fix Update Packages : npx expo install --fix
Fix tabBarOptions deprecated: Move the tabBarOptions to screenOptions
Fix Courses Screen Bug: I changed it to 'Image' instead 'ExpoFastImage'
Fix Bugs In Jobs Screen: 1. need to use data.type and not data.label, 2. add key property when needed

Screenshots

  • Update Packages Bug
Screenshot 2023-10-14 212006
  • Courses Screen Bug
Screenshot 2023-10-14 2219389
  • Job screen Bugs
Screenshot 2023-10-14 231343 Screenshot 2023-10-14 231703

Note to reviewers

Code of Conduct

  • By submitting this pull request, I confirm I've read and complied with the CoC 🖖

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

You can also join our Discord community.
Feel free to check out other cool repositories of the Thecyberworld.
Join the Thecyberworld GitHub Organisation by raising an issue (you will be sent an invitation).

What: Update the packages for the app to work
Why: It effects the usability of the app
How: npx expo install --fix
What: Fix tabBarOptions deprecated error
Why: In new version of react-navigation they removed the tabBarOptions
How: Move the tabBarOptions to screenOptions
What:  Fix this bug: "LOG  errrrrr:  [Error: Call to function 'ExponentFileSystem.downloadResumableStartAsync' has been rejected.
→ Caused by: java.lang.IllegalArgumentException: Expected URL scheme 'http' or 'https' but no colon was found]"
Why: It happens from the expo-fast-image package , I didn't find this package in expo site
How: I changed it to 'Image' instead 'ExpoFastImage'
What: Fix bugs in jobs screen : 1. no valid icon , 2. keys should be unique
How: 1. need to use data.type and not data.labe, 2. add key property when needed
Why: Needed to be fixed
* Change the react-native-vector-icons to @expo/vector-icons a wrapper for react-native-vector-icons
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

It's great having you contribute to this project

🌟 Welcome to the community 🌟

  • If you would like to continue contributing to open source and would like to do it with an awesome inclusive community.
  • You should join our Discord chat and our GitHub Organisation.
  • We help and encourage each other to contribute to open source little and often 😄.
  • Any questions let us know.

@ArkadiK94
Copy link
Contributor Author

@kabir0x23

@kabir0x23
Copy link
Member

@kabir0x23

Amazing, yes u can..

Copy link
Member

@kabir0x23 kabir0x23 left a comment

Choose a reason for hiding this comment

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

Thanks for your contribtion

@kabir0x23 kabir0x23 merged commit 2cdf114 into th3cyb3rhub:main Oct 15, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants