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

[TS Migration] Migrate Image to TypeScript #31296

Merged
merged 51 commits into from
Mar 1, 2024

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    f67e753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba4eda8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98bd9e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    1e95421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed90b35 View commit details
    Browse the repository at this point in the history
  3. extract map type

    JKobrynski committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c1d0c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b423c06 View commit details
    Browse the repository at this point in the history
  5. bring back optional props

    JKobrynski committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    46c9f92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0041ba8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    b446609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c7980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f115914 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    e2508f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f260bc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    247dfff View commit details
    Browse the repository at this point in the history
  2. remove unnecessary comment

    JKobrynski committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    02daaf5 View commit details
    Browse the repository at this point in the history
  3. remove Image.resizeMode

    JKobrynski committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0e11fb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    31aa36a View commit details
    Browse the repository at this point in the history
  2. adjust types to expo-image

    JKobrynski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    06c374c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. fix source type

    JKobrynski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e9451f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    a695adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee81360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ceb2eb View commit details
    Browse the repository at this point in the history
  4. remove unnecessary comment

    JKobrynski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    50726c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c69801 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 5, 2024

  1. fix headers type issue

    JKobrynski committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1056c9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b13fce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    611227e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix onLoad method typing

    JKobrynski committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7b6ce98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc06a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e24eef6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b958ba View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. add default props

    JKobrynski committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7ba47c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    403dc95 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 19, 2024

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

Commits on Feb 20, 2024

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

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    2f780c6 View commit details
    Browse the repository at this point in the history
  2. fix image source bug

    JKobrynski committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9dcfc34 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    0ef3bf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    171e45a View commit details
    Browse the repository at this point in the history
  3. fix types

    JKobrynski committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5d125cf View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. revert ios related changes

    JKobrynski committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d1e55cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e582b6 View commit details
    Browse the repository at this point in the history
  3. revert tmp.xcconfig

    JKobrynski committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    065c27c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    05919f2 View commit details
    Browse the repository at this point in the history
  2. fix type errors

    JKobrynski committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cc78940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0f10cd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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