Skip to content

Commit

Permalink
docs: change final FIXMEs into TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
finnmerlett committed Jan 16, 2025
1 parent f0ab138 commit adab65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ export default {
runtimeVersion: {
policy: 'sdkVersion',
},
// newArchEnabled: true, // FIXME: do we want to do this later?
// newArchEnabled: true, // TODO: do we want to enable this later?
}
2 changes: 1 addition & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function Main() {
return (
<NavigationContainer>
<MainStack.Navigator
id={undefined} // FIXME: diagnose this properly and remove
id={undefined} // TODO: diagnose why this is needed properly, and remove
initialRouteName="Home"
screenOptions={{
headerStyle: {
Expand Down

0 comments on commit adab65d

Please sign in to comment.