- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have read [docs.revenuecat.com](https://docs.revenuecat.com/) - [x] I have searched for [existing Github issues](https://github.com/RevenueCat/react-native-purchases/issues) 1. Environment 1. Platform: iOS 2. SDK version: - `"react-native-purchases": "8.7.0"` - `"react-native-purchases-ui": "8.7.0"` 3. React Native version: `0.76` 4. Related deps - `"@react-navigation/native": "7.0.14"` - `"@react-navigation/native-stack": "7.2.0"` - `"react-native-screens": "4.4.0"` 2. Steps to reproduce, with a description of expected vs. actual behavior Try to open customer center from a [modal](https://reactnavigation.org/docs/modal/) screen via `RevenueCatUI.presentCustomerCenter()` Expected: Customer Center opens Actual: Nothing happens _Works as expected on non-modal screens._