Skip to content

Commit

Permalink
Reformat App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MasoudFallahpourbaee committed Oct 13, 2023
1 parent 0a92509 commit 76ae8ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TestApp/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ const AppStack = () => {
options={{title: 'Klarna MSDK TestApp'}}
/>
<Stack.Screen name="Payments" component={PaymentsScreen} />
<Stack.Screen name="StandaloneWebView" component={StandaloneWebViewScreen} />
<Stack.Screen
name="StandaloneWebView"
component={StandaloneWebViewScreen}
/>
</Stack.Navigator>
);
};
Expand Down

0 comments on commit 76ae8ef

Please sign in to comment.