Skip to content

[3/n] upgrade to react-native 0.77 - bare-expo#33947

Merged
vonovak merged 1 commit intomainfrom
@vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo
Jan 8, 2025
Merged

[3/n] upgrade to react-native 0.77 - bare-expo#33947
vonovak merged 1 commit intomainfrom
@vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo

Conversation

@vonovak
Copy link
Copy Markdown
Contributor

@vonovak vonovak commented Jan 5, 2025

Why

to align bare expo with RN 77

How

updated some build settings, add patches; the patches should not be needed soon.
note that old arch requires quite a few changes in some libraries due to facebook/react-native#46809

Test Plan

Checklist

Copy link
Copy Markdown
Contributor Author

vonovak commented Jan 5, 2025

@expo-bot expo-bot added the bot: passed checks ExpoBot has nothing to complain about label Jan 5, 2025
@expo-bot
Copy link
Copy Markdown
Collaborator

expo-bot commented Jan 5, 2025

The Pull Request introduced fingerprint changes against the base commit: 7cc4485

Fingerprint diff
[
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "../../node_modules/lottie-react-native",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "ce7c6db5ae6b746a0eab6026a4592d85f5fcefd6"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "../../node_modules/lottie-react-native",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "3998014e5907c1e60c77f8b788a55b4d328f80a5"
    }
  },
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "../../node_modules/react-native-gesture-handler",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "d8751e8278c4379f0c460e76e36eb8cea6e679df"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "../../node_modules/react-native-gesture-handler",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "635d9b51643914c111a210bf7e2dccbb06ac58b5"
    }
  },
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "../../node_modules/react-native-reanimated",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "0b52db1a599c0c7fa62c9a056a73938b0de49b7d"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "../../node_modules/react-native-reanimated",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "a1bd8d9c16584259bbc82abf4ac36503a0bb9d48"
    }
  },
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "../../node_modules/react-native-webview",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "a3255737d12af520c9ed691874e6b15d843b2ae0"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "../../node_modules/react-native-webview",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "b9c10bb32c80bc1540010630abdb4cc577ceea8e"
    }
  },
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "android",
      "reasons": [
        "bareNativeDir"
      ],
      "hash": "1dd3e157c8bc2d2d0b4dc4c66d9ea44d862cb2bc"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "android",
      "reasons": [
        "bareNativeDir"
      ],
      "hash": "fc7bee8fcbb495619febff63161a56adeb51cc8d"
    }
  },
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "ios",
      "reasons": [
        "bareNativeDir"
      ],
      "hash": "74362ab2d1e7f572726102bcf1ab2bfa7b5c5bb8"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "ios",
      "reasons": [
        "bareNativeDir"
      ],
      "hash": "48897f330664ff1c3063f0c843c5047bc0b8c3c6"
    }
  },
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "modules/benchmarking/android",
      "reasons": [
        "expoAutolinkingAndroid"
      ],
      "hash": "9bd961e982b3ae83ede97a9bf8d9c0daf2f798d1"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "modules/benchmarking/android",
      "reasons": [
        "expoAutolinkingAndroid"
      ],
      "hash": "99835206d9a8f97c6a8aff95cadbb2d3528bfe9b"
    }
  }
]

Generated by PR labeler 🤖

@vonovak vonovak force-pushed the @vonovak/_2_n_upgrade_to_react-native_0.77_-_packages branch from d703443 to 5d26dd1 Compare January 5, 2025 13:20
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch from b446180 to 6c8ce9b Compare January 5, 2025 13:20
@vonovak vonovak force-pushed the @vonovak/_2_n_upgrade_to_react-native_0.77_-_packages branch from 5d26dd1 to 378f372 Compare January 6, 2025 09:20
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch from 6c8ce9b to a1a8c61 Compare January 6, 2025 09:20
@vonovak vonovak force-pushed the @vonovak/_2_n_upgrade_to_react-native_0.77_-_packages branch from 378f372 to 5b6abb2 Compare January 6, 2025 10:12
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch 2 times, most recently from 32545b5 to a0ed3b2 Compare January 6, 2025 10:25
@vonovak vonovak changed the base branch from @vonovak/_2_n_upgrade_to_react-native_0.77_-_packages to @vonovak/_1_n_upgrade_to_react-native_0.77 January 6, 2025 10:25
@vonovak vonovak force-pushed the @vonovak/_1_n_upgrade_to_react-native_0.77 branch from 9297ead to b3e579b Compare January 7, 2025 09:30
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch 2 times, most recently from 2cc9a03 to bc906b3 Compare January 7, 2025 12:00
@vonovak vonovak force-pushed the @vonovak/_1_n_upgrade_to_react-native_0.77 branch from b3e579b to c131804 Compare January 7, 2025 12:18
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch from bc906b3 to f45c1a6 Compare January 7, 2025 12:19
@vonovak vonovak force-pushed the @vonovak/_1_n_upgrade_to_react-native_0.77 branch from c131804 to 52c4c0a Compare January 8, 2025 03:45
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch 2 times, most recently from d6bb8b0 to 5b2172c Compare January 8, 2025 04:07
@vonovak vonovak force-pushed the @vonovak/_1_n_upgrade_to_react-native_0.77 branch from 52c4c0a to bba52ad Compare January 8, 2025 04:26
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch 4 times, most recently from cce3833 to 0999472 Compare January 8, 2025 05:38
@vonovak vonovak force-pushed the @vonovak/_1_n_upgrade_to_react-native_0.77 branch from bba52ad to 29c7138 Compare January 8, 2025 09:46
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch from 0999472 to 11a1570 Compare January 8, 2025 09:46
@vonovak vonovak marked this pull request as ready for review January 8, 2025 10:37
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 8, 2025

Subscribed to pull request

File Patterns Mentions
.github/workflows/** @brentvatne, @Kudo

Generated by CodeMention

Copy link
Copy Markdown
Contributor Author

vonovak commented Jan 8, 2025

Merge activity

  • Jan 8, 5:38 AM EST: A user started a stack merge that includes this pull request via Graphite.
  • Jan 8, 5:42 AM EST: Graphite rebased this pull request as part of a merge.
  • Jan 8, 5:43 AM EST: A user merged this pull request with Graphite.

@vonovak vonovak changed the base branch from @vonovak/_1_n_upgrade_to_react-native_0.77 to graphite-base/33947 January 8, 2025 10:38
@vonovak vonovak changed the base branch from graphite-base/33947 to main January 8, 2025 10:39
@vonovak vonovak force-pushed the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch from 11a1570 to ecd10dc Compare January 8, 2025 10:41
@vonovak vonovak merged commit 26e18b9 into main Jan 8, 2025
@vonovak vonovak deleted the @vonovak/_3_n_upgrade_to_react-native_0.77_-_bare-expo branch January 8, 2025 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants