When I upload my localized react-native-i18n project to the appstore, it doesn't recognize the localizations. It seems I need to do some manual config in the xcode project as per the README. However, when I click to add a localization, I get a blank list of resources and the locale isn't actually added when I finish.

I'm sure I'm missing a step, any help would be warmly appreciated.
@tonygentilcore Hi, can you provides a screenshot of your Project Infos? (similar to the one in the README)
@zoontek Thanks for getting back to me! Here's a screenshot. I suspect the root issue is that there are "0 Files Localized," but given everything non-trivial about this project is in RN, I'm not sure what I can/should choose to localize in Xcode (or exactly how, really).

Thanks again for taking the time to help.
Even if you are not using it, try adding a new locale, and translate your Info.plist: https://stackoverflow.com/a/25736915
You can keep the InfoPlist.strings blank.
That was exactly it. Thanks again.
Most helpful comment
Even if you are not using it, try adding a new locale, and translate your Info.plist: https://stackoverflow.com/a/25736915
You can keep the InfoPlist.strings blank.