Skip to content

Commit

Permalink
Update SwiftUI to 0.3.13 and React Native UI to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz committed Aug 30, 2024
1 parent 8490d88 commit 0759d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui-react-native/sdk/trinsic-react-native-ui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source_files = ["ios/**/*.{h,m,mm,cpp}"]
# Public headers
s.public_header_files = 'ios/**/*.h'
s.dependency 'TrinsicUI', '0.3.11'
s.dependency 'TrinsicUI', '0.3.13'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"rubyPatchVersion": "0",
"webPatchVersion": "0",

"swiftUIVersion": "0.3.12",
"swiftUIVersion": "0.3.13",
"androidUIVersion": "0.3.3",
"flutterUIVersion": "0.1.0",
"reactNativeUIVersion": "0.1.3"
"reactNativeUIVersion": "0.1.5"
}

0 comments on commit 0759d93

Please sign in to comment.