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

IOS only upgrade react-native to 0.72.x #16721

Closed
wants to merge 15 commits into from

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    f2a40cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d64a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d21c33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71005dd View commit details
    Browse the repository at this point in the history
  5. upgrade react-native-redash to 18.1.0

    - We need to do this to get rid of react-native-reanimated v1 usage since its incompatible with v3.
    - Temporarily modifying imports
    at `src/quo/animated.cljs` and at `src/mocks/js_dependencies.cljs`
    - A thorough cleanup is required in a follow up.
    siddarthkay committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5ac1a67 View commit details
    Browse the repository at this point in the history
  6. upgrade react-native-draggable-flatlist to 4.0.1

    - We need to do this to because versions of library `react-native-draggable-flatlist` older than `4.0.0` rely on `react-native-reanimated ` v1 and that does not work for us if we wish to upgrade `react-native` further.
    siddarthkay committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    91fb43f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b91f8f3 View commit details
    Browse the repository at this point in the history
  8. (0.72.3) : remove patchHermesPhase

    `./node_modules/react-native/react.gradle` path no longer exists in `react-native` 0.72.3
    siddarthkay committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    d0873fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ffd4d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a90592 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c6af9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0fe027e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    385b0c6 View commit details
    Browse the repository at this point in the history
  14. fix: re-animated v3 animations cleanup

    - Easing Import
    - FadeIn swap for Transition Import
    - easing
    - linear
    - Extrapolate
    - Interpolate
    siddarthkay committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    aef4fdc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1f4be69 View commit details
    Browse the repository at this point in the history