-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- I have updated Purchases SDK to the latest version
- I have read the Contribution Guidelines
- I have searched the Community
- I have read docs.revenuecat.com
- I have searched for existing Github issues
Describe the bug
Showing Paywall gives an error if fontFamily
option is set. This wasn't happening some days ago. I think that it has started after I updated Expo from 51 to 52 - I'm unsure, I had to update so many libraries and I figure out this error today. I tried downgrading react-native-purchases-ui
to previous versions (which I knew it was working) but still erroring. If I remove it, it works.
import RevenueCatUI from 'react-native-purchases-ui';
<RevenueCatUI.Paywall
options={{
fontFamily: fontFamily.Poppins_300Light,
}}
/>
- Environment
- Platform: Expo
- SDK version: 8.5.0
- OS version: macOS Sequoia 15.2
- Xcode/Android Studio version: Android Studio Koala 2024.1.1
- React Native version: 0.76.5
- SDK installation (CocoaPods + version or manual):
- How widespread is the issue. Percentage of devices affected.
- Debug logs that reproduce the issue
- Steps to reproduce, with a description of expected vs. actual behavior
- Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Additional context
Add any other context about the problem here.
badalsaibo
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working