react-native-switch-toggle icon indicating copy to clipboard operation
react-native-switch-toggle copied to clipboard

Remove usage of default props

Open gabrielsch opened this issue 5 months ago • 0 comments

DefaultProps are deprecated and triggers a warning in newer RN / Expo apps.

This PR replaces defaultProps by initializing the props when it's undefined with regular JS.

cc @yujonglee

gabrielsch avatar Sep 10 '24 14:09 gabrielsch