Open FonDorn opened 9 months ago
If expo-target.config.js file is not in targets/widgets, and for example in targets/widgets/ios Bundle Identifier for widget will be like com.org.ios. To avoid that I propose to get that param from name prop.
expo-target.config.js
targets/widgets
targets/widgets/ios
com.org.ios
If
expo-target.config.js
file is not intargets/widgets
, and for example intargets/widgets/ios
Bundle Identifier for widget will be likecom.org.ios
. To avoid that I propose to get that param from name prop.