there. How can i change react-native app display name programatically ? Is there any way ? I use bare workflow. I want to change app display name at runtime.
Asked
Active
Viewed 314 times
0
-
Does this answer your question? [How to change display name of an app in react-native](https://stackoverflow.com/questions/38580858/how-to-change-display-name-of-an-app-in-react-native) – Matt May 27 '21 at 15:31
-
1It's not possible to change app name programmatically. https://stackoverflow.com/a/7607769/5793132 https://stackoverflow.com/a/47030080/5793132 – Ugur Eren May 27 '21 at 18:35
-
@mkaatman It doesn't work. I am trying to find to reach ios infoPlist PRODUCT_NAME and update programatically. – Zülküf ADSIZ May 27 '21 at 19:21
-
@UğurEren If I can reach to ios info plist I hope I can change app name. – Zülküf ADSIZ May 27 '21 at 21:00
-
1I guess you need to understand IOS app fundamentals. info.plist is not something you can change during runtime. info.plist is used by xcode to prepare your application, it is used at compile-time, not runtime. – Ugur Eren May 28 '21 at 16:01
-
@UğurEren Yes, you are right. – Zülküf ADSIZ May 29 '21 at 17:52