-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theming Fidel activity #12
Comments
Bumping up this thread. I would like to modify Fidel activity UI. That doesn't seems to be possible. Any leads? |
I am sorry but currently, we do not support customizing themes/styles on the SDK, if we do so in the future I will update this thread and the public documentation will also be updated. |
Alright |
At Caruso, we are soon launching a revamped version of the Caruso Signature app written in React Native. We are using https://github.com/Enigmatic-Smile/rn-sdk for Android and iOS, and the normal web version for web. iOS lacks specific branding, but still fits in reasonably well, due to using the standard iOS look & feel: Android, however, sticks out like a sore thumb: The combination of the purple notification bar, the bright blue headerbar, and the faded mint-green checkbox look extremely out of place. Just being able to set theme colors to "Caruso Dark Blue" ( Interestingly, there is indication that some colors are supposed to be configurable, but I couldn't find a way to configure them: Please advise on how best to proceed so we can provide the best possible experience to our members. |
I found a way to override these colors (and more). Create a
Here is the full
(I would recommend not messing with anything besides basic style values like color, to avoid strange/unforseen breakages now and/or later down the line.) |
Hi, i am trying to implement this SDK and would like to verify if its possible to change any theme attributes in the Fidel activity. I reviewed the examples, readme and documentation on https://fidel.uk/docs/ and i was not able to find any information on this.
I would like to be able to define colours for status bar and primary colour for other elements.
The text was updated successfully, but these errors were encountered: