Apple specifies that users can change their icon to give a more personalised experience. See docs here:
My question is regarding using this functionality in React Native. Building an app in React Native is it possible to access this setAlternateIconName
method and provide the user with alternate app icons? Does React Native provide a nice way to interact with this IOS method?