You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR Warning: ReactNativeToggleElement: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
in ReactNativeToggleElement (created by App)
in App (created by AppHeader)
ERROR Warning: ThumbChildren: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
in ThumbChildren (created by ReactNativeToggleElement)
in RCTView (created by View)
Need update for this
"react-native-toggle-element": "^2.0.1" it is not updated i think
The text was updated successfully, but these errors were encountered:
After updating react native version to the latest
"react-native": "0.74.3",
Facing an two errors
ERROR Warning: ReactNativeToggleElement: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
in ReactNativeToggleElement (created by App)
in App (created by AppHeader)
ERROR Warning: ThumbChildren: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
in ThumbChildren (created by ReactNativeToggleElement)
in RCTView (created by View)
Need update for this
"react-native-toggle-element": "^2.0.1" it is not updated i think
The text was updated successfully, but these errors were encountered: