Skip to content

Commit

Permalink
Merge branch 'react-native-upgrade-0.76.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed Jan 14, 2025
2 parents 20aef28 + a683cf8 commit 33d8ccc
Show file tree
Hide file tree
Showing 11 changed files with 416 additions and 410 deletions.
1 change: 1 addition & 0 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const App = () => {
return (
<NavigationContainer
initialState={initialState}
navigationInChildEnabled={true}
onStateChange={(state) => {
AsyncStorage.setItem(NAVIGATION_KEY, JSON.stringify(state));
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
Loading

0 comments on commit 33d8ccc

Please sign in to comment.