-
Notifications
You must be signed in to change notification settings - Fork 734
Switch - refactor driver to use new implementation #2891
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
Conversation
@Inbal-Tish Is this ready for review? |
Yes |
…s/Driver_Switch # Conflicts: # src/components/switch/switch.driver.ts
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 think you missed this log, please solve the testKit
conflict
} | ||
export const SwitchDriver = (props: ComponentProps) => { | ||
const driver = usePressableDriver<SwitchProps>(useComponentDriver(props)); | ||
console.log('INBAL - SwitchDriver:', driver.getProps()); |
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.
Let's remove this log
remove log Co-authored-by: Adi Mordo <[email protected]>
…s/Driver_Switch # Conflicts: # src/testkit/index.ts
Description
Switch - refactor driver to use new implementation
Changelog
Switch - refactor driver to use new implementation
Additional info