stripe-react-native
stripe-react-native copied to clipboard
Android custom fonts with expo
Is your feature request related to a problem? Please describe.
Expo stores font assets /assets/fonts
while in order to use custom fonts in the appearance
property of initPaymentSheet
, font files need to be available in /android/app/src/main/res/font
.
Describe the solution you'd like
It would be nice if this just worked with expo and the sdk could read fonts from /assets/fonts
without ejecting.
Describe alternatives you've considered I've made a config plugin that copies assets at build time as a temporary fix
Additional context Add any other context or screenshots about the feature request here.