Skip to content

Commit eb0afba

Browse files
Merge upstream develop
2 parents b2eafb8 + 2fbe5c2 commit eb0afba

16 files changed

Lines changed: 3761 additions & 3336 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/polycentric/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"expo-symbols": "~55.0.9",
6363
"expo-system-ui": "~55.0.18",
6464
"expo-web-browser": "~55.0.16",
65-
"react": "19.2.0",
66-
"react-dom": "19.2.0",
65+
"react": "19.2.7",
66+
"react-dom": "19.2.7",
6767
"react-native": "0.83.9",
6868
"react-native-draggable-flatlist": "^4.0.3",
6969
"react-native-gesture-handler": "~2.30.1",
@@ -91,7 +91,7 @@
9191
"jest-expo": "~55.0.18",
9292
"only-allow": "^1.2.2",
9393
"prettier": "^3.8.4",
94-
"react-test-renderer": "19.2.0",
94+
"react-test-renderer": "19.2.7",
9595
"typescript": "catalog:"
9696
},
9797
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>libpolycentric_core.a</string>
10+
<key>LibraryIdentifier</key>
11+
<string>ios-arm64</string>
12+
<key>LibraryPath</key>
13+
<string>libpolycentric_core.a</string>
14+
<key>SupportedArchitectures</key>
15+
<array>
16+
<string>arm64</string>
17+
</array>
18+
<key>SupportedPlatform</key>
19+
<string>ios</string>
20+
</dict>
21+
<dict>
22+
<key>BinaryPath</key>
23+
<string>libpolycentric_core.a</string>
24+
<key>LibraryIdentifier</key>
25+
<string>ios-arm64-simulator</string>
26+
<key>LibraryPath</key>
27+
<string>libpolycentric_core.a</string>
28+
<key>SupportedArchitectures</key>
29+
<array>
30+
<string>arm64</string>
31+
</array>
32+
<key>SupportedPlatform</key>
33+
<string>ios</string>
34+
<key>SupportedPlatformVariant</key>
35+
<string>simulator</string>
36+
</dict>
37+
</array>
38+
<key>CFBundlePackageType</key>
39+
<string>XFWK</string>
40+
<key>XCFrameworkFormatVersion</key>
41+
<string>1.0</string>
42+
</dict>
43+
</plist>

packages/react-native/ReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}", "cpp/generated/**/*.{hpp,cpp,c,h}"
1919
s.vendored_frameworks = "PolycentricReactNativeFramework.xcframework"
20-
s.dependency "uniffi-bindgen-react-native", "0.31.0-2"
20+
s.dependency "uniffi-bindgen-react-native", "0.31.0-3"
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2323
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)