#managemy_khen-flutter
1 messages · Page 1 of 1 (latest)
@fringe lion it's probably the same issue as https://github.com/flutter-stripe/flutter_stripe/issues/349 , which is that you need to have your activity inherit from a Material theme
The style on this component requires your app theme to be Theme.AppCompat (or a descendant).
E/flutter (24999): at com.google.android.material.internal.ThemeEnforcement.checkTheme(ThemeEnforcement.java:243)
there are docs on setting that part up, in the React Native version of the library, couldn't find any for that flutter library, but it's the same thing. https://github.com/stripe/stripe-react-native#android
thanks. ill give that a go
Hello again. this is now working for me. on the styling of the fields is there a way to customise the text color of the fields and their label colors