Skip to content

Commit b9be988

Browse files
committed
chore(deps): update deps
1 parent a2727f6 commit b9be988

File tree

8 files changed

+746
-780
lines changed

8 files changed

+746
-780
lines changed

template/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'xcodeproj', '< 1.26.0'

template/android/app/src/main/java/com/boilerplate/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class MainActivity : ReactActivity() {
2121
override fun createReactActivityDelegate(): ReactActivityDelegate =
2222
DefaultReactActivityDelegate(this, mainComponentName, fabricEnabled)
2323

24+
//react-native-screens override
2425
override fun onCreate(savedInstanceState: Bundle?) {
2526
super.onCreate(null);
2627
}

0 commit comments

Comments
 (0)