2

Actually, I want to change the App Icon and App display name dynamically in my iOS and Android React Native app. Here, I can change only the app icon in iOS and the app icon and app display name in Android by react-native-change-icon. Now I am facing problem in changing th e app name dynamically. Is there any way to change the App display name from React-Native for iOS. Thanks in advance.

Sivakumar A
  • 601
  • 1
  • 6
  • 16

1 Answers1

1

As stated here it is not possible to change the display name of a native app dynamically. This would be the same case for react-native apps.

Juliantje15
  • 138
  • 13