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
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
Currently anytime Apple releases a new set of UIApplicationShortcutIconType icons we have to manually update our corresponding dictionnary which maps a string value to the enum value. This is stinky and I'd love to come up with a more elegant solution, less manual solution.
Currently anytime Apple releases a new set of
UIApplicationShortcutIconType
icons we have to manually update our corresponding dictionnary which maps a string value to the enum value. This is stinky and I'd love to come up with a more elegant solution, less manual solution.Ref: #26
https://github.com/madriska/react-native-quick-actions/blob/master/RNQuickAction/RNQuickAction/RNQuickActionManager.m#L61
The text was updated successfully, but these errors were encountered: