#lelouch
1 messages ยท Page 1 of 1 (latest)
Hello ๐
We don't know a ton about the Identity SDK and even less about styling an Android App ๐
so what do i do ?
Are you following a guide for this?
yes
at the honepage
this section
if its new project makes sense but down the lane just like mine it becomes confusing on how to go further
gotcha. let me see if I can find something..
sure thanks
๐
haha still no clue how to set it well
i saw this but no clue how to correctly set it in this situation
I think you need to set it directly on <application...> tag
correct but another package required to set it as "android:theme="@style/BootTheme""
The requirement is around setting a theme on <application> so I doubt this would work with multiple themes ๐ฆ
Have you tried setting it on specific activities?
https://developer.android.com/develop/ui/views/theming/themes#:~:text=And here's how to apply the "light" theme to just one activity%3A
well i cant just throw other things cause of 1 thing
Try setting themes on specific activities to see if that works
sure
actually wont work either cause stripe-identity-react-native required to set android:theme="@style/AppTheme" but "@style/AppTheme" default is to use "parent="Theme.AppCompat.Light.NoActionBar" but stripe-identity-react-native required to change it to "Theme.MaterialComponents.Light.NoActionBar"
and if i changed to "Theme.MaterialComponents.Light.NoActionBar" then app cant build
gotcha. Yeah that's what I was afraid of.
I'd recommend adding the above context on the GitHub issue you've created so that there's more information that our React Native team can work with
ah sure, wish this can be looked into early, really important
I believe that'd be the fastest way to work with the team working on the SDK
ah i see hope someone respond, thanks very much