Skip to content

Commit

Permalink
Update SwiftUI and React Native UI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz committed Aug 30, 2024
1 parent b7af5be commit 0b7f9d5
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.13'
s.dependency 'TrinsicUI', '0.3.14'

# 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.13",
"swiftUIVersion": "0.3.14",
"androidUIVersion": "0.3.3",
"flutterUIVersion": "0.1.0",
"reactNativeUIVersion": "0.1.5"
"reactNativeUIVersion": "0.1.6"
}

0 comments on commit 0b7f9d5

Please sign in to comment.