Skip to content

Commit

Permalink
Fix lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 5, 2024
1 parent df69b72 commit bab5080
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/navigation/Lightning.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect } from 'react';
import React from 'react';
import { NavigationContainer } from '@react-navigation/native';

const Stack = createStackNavigator(); // Initialize the stack navigator
Expand All @@ -22,3 +22,7 @@ const LightningPaymentScreen = () => {
};

export default LightningPayment;
function createStackNavigator() {
throw new Error('Function not implemented.');
}

0 comments on commit bab5080

Please sign in to comment.