Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'io.rownd:android:2.6.3'
implementation 'io.rownd:android:2.6.6'
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2"
implementation 'androidx.compose.ui:ui-unit:1.3.0'
implementation 'androidx.compose.ui:ui-graphics:1.3.0'
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ PODS:
- ReSwiftThunk/Core (= 2.0.1)
- ReSwiftThunk/Core (2.0.1):
- ReSwift (~> 6.0)
- Rownd (3.0.0):
- Rownd (3.0.1):
- AnyCodable-FlightSchool (~> 0.6.5)
- CodeScanner_Rownd (~> 2.2.1)
- Factory (~> 1.2.8)
Expand All @@ -406,9 +406,9 @@ PODS:
- ReSwift (~> 6.1.0)
- ReSwiftThunk (~> 2.0.1)
- SwiftKeychainWrapper (~> 4.0.1)
- rownd-react-native (2.11.6):
- rownd-react-native (3.0.0):
- React-Core
- Rownd (~> 3.0.0)
- Rownd (~> 3.0.1)
- SocketRocket (0.6.1)
- SwiftKeychainWrapper (4.0.1)
- Yoga (1.14.0)
Expand Down Expand Up @@ -639,8 +639,8 @@ SPEC CHECKSUMS:
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
ReSwift: 929afd2c897f0d33c76c730710a31bb2d2a66713
ReSwiftThunk: 7ca5145764be6f30b62db88a52d170133954629e
Rownd: 63fd73d565bf205ece34c2885d28b9923c15fa16
rownd-react-native: 3d6fbe10b1a74ab0dfc42bdd3667ed9be52a9ce0
Rownd: 536bf2583687012d69efae748d4bf82ac7f0e4b8
rownd-react-native: ca4379fc20b4038357d63d2ca52d097ea31f778e
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
SwiftKeychainWrapper: 807ba1d63c33a7d0613288512399cd1eda1e470c
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952
Expand Down
2 changes: 1 addition & 1 deletion rownd-react-native.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,swift}"

s.dependency "React-Core"
s.dependency "Rownd", "~> 3.0.0"
s.dependency "Rownd", "~> 3.0.1"

# Don't install the dependencies when we run `pod install` in the old architecture.
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
Expand Down