Skip to content

Commit

Permalink
removed init stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin committed Feb 20, 2024
1 parent d99e20a commit b4d60ef
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/features/Core/screens/BootScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ const BootScreen = ({ navigation }) => {
}, 300);
});

useEffect(() => {
if (STRIPE_KEY) {
initStripe({
publishableKey: STRIPE_KEY,
merchantIdentifier: APP_IDENTIFIER,
});
}
}, []);

return (
<SafeAreaView style={tailwind('bg-white')}>
<View style={tailwind('flex items-center justify-center w-full h-full bg-white')}>
Expand Down

0 comments on commit b4d60ef

Please sign in to comment.