Skip to content

Commit b9cc1ac

Browse files
committed
chore: upgrade typescript app to RN 0.77
1 parent a3d1452 commit b9cc1ac

File tree

8 files changed

+1958
-2004
lines changed

8 files changed

+1958
-2004
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

examples/TypeScriptMessaging/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ export default () => {
291291
colors: {
292292
...(colorScheme === 'dark' ? DarkTheme : DefaultTheme).colors,
293293
},
294+
fonts: (colorScheme === 'dark' ? DarkTheme : DefaultTheme).fonts,
294295
dark: colorScheme === 'dark',
295296
}}
296297
>

examples/TypeScriptMessaging/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ PLATFORMS
9797
DEPENDENCIES
9898
activesupport (>= 6.1.7.5, != 7.1.0)
9999
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
100+
concurrent-ruby (< 1.3.4)
100101
xcodeproj (< 1.26.0)
101102

102103
RUBY VERSION

0 commit comments

Comments
 (0)