Skip to content

Commit

Permalink
expo-background-fetch supports newArch in SDK 52 (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfalch authored Dec 11, 2024
1 parent 6a55b31 commit f981ffe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions react-native-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@
"ios": true,
"android": true,
"expoGo": true,
"newArchitecture": false
"newArchitecture": true
},
{
"githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-barcode-scanner",
Expand Down Expand Up @@ -13062,14 +13062,15 @@
},
{
"githubUrl": "https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/packages/react-native-client",
"examples": ["https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/examples/fishjam-chat"],
"examples": [
"https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/examples/fishjam-chat"
],
"npmPkg": "@fishjam-cloud/react-native-client",
"images": [
"https://raw.githubusercontent.com/fishjam-cloud/mobile-client-sdk/main/.github/images/fishjam-card.png"
],
"ios": true,
"android": true,
"expoGo": false,
"newArchitecture": true
},
{
Expand Down

0 comments on commit f981ffe

Please sign in to comment.