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

Commits on Oct 14, 2023

  1. [BUG] Fix, Update Packages

    What: Update the packages for the app to work
    Why: It effects the usability of the app
    How: npx expo install --fix
    ArkadiK94 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    3bb9d2d View commit details
    Browse the repository at this point in the history
  2. [BUG] Fix tabBarOptions deprecated

    What: Fix tabBarOptions deprecated error
    Why: In new version of react-navigation they removed the tabBarOptions
    How: Move the tabBarOptions to screenOptions
    ArkadiK94 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e6a5b82 View commit details
    Browse the repository at this point in the history
  3. [BUG] Courses Screen Bug

    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'
    ArkadiK94 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    0d75f50 View commit details
    Browse the repository at this point in the history
  4. [BUG] Fix Bugs In Jobs Screen

    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
    ArkadiK94 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    86412f8 View commit details
    Browse the repository at this point in the history