react-native-purchases icon indicating copy to clipboard operation
react-native-purchases copied to clipboard

fix: Support modal navigation to CustomerCenter

Open facumenzella opened this issue 9 months ago • 3 comments

This PR tries to tackle https://github.com/RevenueCat/react-native-purchases/issues/1201#issuecomment-2698366299

This PR adds wrapper for both platforms, and introduces ViewWrapperFrameLayout to avoid a weird composer crash (should be reused in Paywalls)

Current state

Feature iOS Android
Modal CustomerCenter
Push CustomerCenter ✅ (need to hide X button) ❌ (only works if you don't hide the navigation bar)
presentCustomerCenter

This PR needs https://github.com/RevenueCat/purchases-android/pull/2170/files

facumenzella avatar Mar 11 '25 11:03 facumenzella

@facumenzella is this PR still relevant?

aboedo avatar May 30 '25 19:05 aboedo

This is related to https://github.com/RevenueCat/react-native-purchases/issues/1201 Tt's relevant, but we haven't found a fix yet for the crash.

facumenzella avatar May 31 '25 08:05 facumenzella

The current code doesn't work with React-native-navigation as well.

tarouboy avatar Jun 03 '25 15:06 tarouboy