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

feat(iOS): Add a useLegacy flag to switch between the old/new iOS implementation #783

Merged
merged 40 commits into from
Dec 21, 2023

Commits on Sep 28, 2023

  1. wip: unsuspicious changes

    igorbej committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    686023c View commit details
    Browse the repository at this point in the history
  2. wip: unsuspicious changes v2

    igorbej committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7a2695c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. FABRIC NEW IMPL -> OLD IMPL

    igorbej committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    faed701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7ac223 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    fa06f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8369060 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036e286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13b05df View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. wip: old/new impl v3

    igorbej committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1b9dbd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    4e707ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7586f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5746c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e80ad6c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. wip: xcode changes

    igorbej committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f293140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238afe7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. wip: fix linter issues

    igorbej committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5e2af1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90d004 View commit details
    Browse the repository at this point in the history
  3. wip: make Fabric example run on another port by default to make it po…

    …ssible to run both examples in parallel
    igorbej committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b669e98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b56e124 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f579d11 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    b73f656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67e3ec6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f6bcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e676b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aeebcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc51f9b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    6e3507e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a3db4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed08c33 View commit details
    Browse the repository at this point in the history
  4. wip: Android fixes

    igorbej committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    384cde4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    e2d5ae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. feat: readme makeover

    igorbej committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    99412a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    19785bb View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    6a54d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fbccf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    0392c94 View commit details
    Browse the repository at this point in the history
  2. chore(ios): remove unnecessary concurrentRootEnabled method

    According to React Native Upgrade Helper, this method is to be removed when updating to RN 0.72:
    https://react-native-community.github.io/upgrade-helper/?from=0.71.14&to=0.72.0#RnDiffApp-ios-RnDiffApp-AppDelegate.mm
    igorbej committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c7139c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    2a97ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dd9b2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0212f97 View commit details
    Browse the repository at this point in the history