-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add setLocalMobileUxConfiguration. #778
Conversation
src/types/index.ts
Outdated
export type Colors = { | ||
primary: string; | ||
success: string; | ||
error: string; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the colors have to be specified as a string? I think it would be nice to have them also be provided as an int natively in case that's how someone is storing it.
If specifying this as an int isn't common in React Native in general, I'm peaceful with leaving this as it is 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried use Int, but got a diff value on native side after transfer, seems like a overflow.
Summary
Add new feature of LocalMobileUxConfiguration.
Motivation
To support setting LocalMobileUxConfiguration
Testing
Documentation
Select one: