Skip to content

Commit

Permalink
Fix: inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipavlov-7DIGIT committed Nov 28, 2024
1 parent 5a9a768 commit 3a906b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function App() {
};

return (
<GestureHandlerRootView style={{ flex: 1 }}>
<GestureHandlerRootView style={styles.flex1}>
<StripeProvider publishableKey={STRIPE_PUBLIC_KEY}>
<Context.Provider value={contextValues}>
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit 3a906b1

Please sign in to comment.