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
Metro can inline platform checks with a plugin. In the above example, targeting ios will make DateTimePickerAndroid unused. However, the import statement will remain and we will still import @react-native-community/datetimepicker on iOS. There should be a way to flag this as unused on certain platforms.
The text was updated successfully, but these errors were encountered:
Metro can inline platform checks with a plugin. In the above example, targeting
ios
will makeDateTimePickerAndroid
unused. However, the import statement will remain and we will still import@react-native-community/datetimepicker
on iOS. There should be a way to flag this as unused on certain platforms.The text was updated successfully, but these errors were encountered: