Skip to content

Commit 3952544

Browse files
authored
chore(version): bump react-native version (#419)
* chore(version): bump react-native version * chore(version): bump react-native version and deps * chore(version): bump template deps
1 parent 59baa89 commit 3952544

File tree

7 files changed

+724
-430
lines changed

7 files changed

+724
-430
lines changed

template/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ PLATFORMS
9191
ruby
9292

9393
DEPENDENCIES
94-
activesupport (>= 6.1.7.3, < 7.1.0)
95-
cocoapods (~> 1.13)
94+
activesupport (>= 6.1.7.5, < 7.1.0)
95+
cocoapods (>= 1.13, < 1.15)
9696

9797
RUBY VERSION
9898
ruby 2.6.10p210

template/ios/Boilerplate.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,14 +597,14 @@
597597
ONLY_ACTIVE_ARCH = YES;
598598
OTHER_CFLAGS = (
599599
"$(inherited)",
600-
" ",
600+
"-DRN_FABRIC_ENABLED",
601601
);
602602
OTHER_CPLUSPLUSFLAGS = (
603603
"$(OTHER_CFLAGS)",
604604
"-DFOLLY_NO_CONFIG",
605605
"-DFOLLY_MOBILE=1",
606606
"-DFOLLY_USE_LIBCPP=1",
607-
" ",
607+
"-DRN_FABRIC_ENABLED",
608608
);
609609
OTHER_LDFLAGS = (
610610
"$(inherited)",
@@ -676,14 +676,14 @@
676676
MTL_ENABLE_DEBUG_INFO = NO;
677677
OTHER_CFLAGS = (
678678
"$(inherited)",
679-
" ",
679+
"-DRN_FABRIC_ENABLED",
680680
);
681681
OTHER_CPLUSPLUSFLAGS = (
682682
"$(OTHER_CFLAGS)",
683683
"-DFOLLY_NO_CONFIG",
684684
"-DFOLLY_MOBILE=1",
685685
"-DFOLLY_USE_LIBCPP=1",
686-
" ",
686+
"-DRN_FABRIC_ENABLED",
687687
);
688688
OTHER_LDFLAGS = (
689689
"$(inherited)",

0 commit comments

Comments
 (0)