Skip to content

Commit 1b2b09f

Browse files
author
maciejmakowski2003
committed
Merge branch 'main' into refactor/communication-between-audio-and-js-threads
2 parents a08cfb7 + b30bac9 commit 1b2b09f

File tree

17 files changed

+1092
-684
lines changed

17 files changed

+1092
-684
lines changed

apps/common-app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"lucide-react-native": "^0.555.0",
1616
"react-native-audio-api": "workspace:*",
1717
"react-native-background-timer": "2.4.1",
18-
"react-native-gesture-handler": "2.28.0",
19-
"react-native-reanimated": "4.1.3",
18+
"react-native-gesture-handler": "2.30.0",
19+
"react-native-reanimated": "4.2.1",
2020
"react-native-safe-area-context": "5.6.1",
21-
"react-native-screens": "4.18.0",
21+
"react-native-screens": "4.19.0",
2222
"react-native-svg": "15.14.0",
23-
"react-native-worklets": "0.6.1"
23+
"react-native-worklets": "0.7.1"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.25.2",
@@ -29,20 +29,20 @@
2929
"@react-native-community/cli": "20.0.0",
3030
"@react-native-community/cli-platform-android": "20.0.0",
3131
"@react-native-community/cli-platform-ios": "20.0.0",
32-
"@react-native/babel-preset": "0.82.0",
33-
"@react-native/eslint-config": "0.82.0",
34-
"@react-native/metro-config": "0.82.0",
35-
"@react-native/typescript-config": "0.82.0",
32+
"@react-native/babel-preset": "0.83.1",
33+
"@react-native/eslint-config": "0.83.1",
34+
"@react-native/metro-config": "0.83.1",
35+
"@react-native/typescript-config": "0.83.1",
3636
"@types/jest": "^29.5.13",
37-
"@types/react": "^19.1.1",
37+
"@types/react": "^19.2.0",
3838
"@types/react-native-background-timer": "^2.0.2",
3939
"@types/react-test-renderer": "^19.1.0",
4040
"eslint": "^8.57.0",
4141
"jest": "^29.6.3",
4242
"prettier": "^3.3.3",
43-
"react": "19.1.1",
44-
"react-native": "0.82.0",
45-
"react-test-renderer": "19.1.1",
43+
"react": "19.2.0",
44+
"react-native": "0.83.1",
45+
"react-test-renderer": "19.2.0",
4646
"typescript": "~5.8.3"
4747
}
4848
}

apps/common-app/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4+
"types": ["jest"],
45
"moduleSuffixes": [".ios", ".android", ".native", ""]
56
}
67
}

apps/fabric-example/ios/FabricExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@
370370
);
371371
MTL_ENABLE_DEBUG_INFO = YES;
372372
ONLY_ACTIVE_ARCH = YES;
373+
OTHER_CFLAGS = "$(inherited)";
373374
OTHER_CPLUSPLUSFLAGS = (
374375
"$(OTHER_CFLAGS)",
375376
"-DFOLLY_NO_CONFIG",
@@ -442,6 +443,7 @@
442443
"\"$(inherited)\"",
443444
);
444445
MTL_ENABLE_DEBUG_INFO = NO;
446+
OTHER_CFLAGS = "$(inherited)";
445447
OTHER_CPLUSPLUSFLAGS = (
446448
"$(OTHER_CFLAGS)",
447449
"-DFOLLY_NO_CONFIG",

0 commit comments

Comments
 (0)