Skip to content

Commit

Permalink
Set "newArchitecture": false for stripe-react-native
Browse files Browse the repository at this point in the history
We've received some issues related to New Architecture (e.g., stripe/stripe-react-native#1774 and stripe/stripe-react-native#1732). We want to clarify that this library does not support the New Architecture until it has been adequately supported and tested.
  • Loading branch information
seanzhang-stripe committed Jan 20, 2025
1 parent 9c8d5f8 commit c77b4fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react-native-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -6807,7 +6807,8 @@
"examples": ["https://github.com/stripe/stripe-react-native/tree/master/example"],
"ios": true,
"android": true,
"expoGo": true
"expoGo": true,
"newArchitecture": false
},
{
"githubUrl": "https://github.com/swaplet/react-native-swipe-cards-deck",
Expand Down

0 comments on commit c77b4fe

Please sign in to comment.