We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bea25 commit 21501a1Copy full SHA for 21501a1
src/navigation/Lightning.tsx
@@ -3,6 +3,10 @@ import { NavigationContainer } from '@react-navigation/native';
3
4
const Stack = createStackNavigator(); // Initialize the stack navigator
5
6
+import { createStackNavigator } from '@react-navigation/stack';
7
+
8
+const Stack = createStackNavigator();
9
10
const LightningPayment = () => {
11
return (
12
<NavigationContainer>
@@ -14,7 +18,6 @@ const LightningPayment = () => {
14
18
</NavigationContainer>
15
19
);
16
20
};
17
-
21
// Define PaymentConfirmationScreen component
22
const PaymentConfirmationScreen = () => {
23
0 commit comments