I have a project I built in React-Native (and using firebase) that has been turned down twice by Apple’s App Store Connect, because they say that the ‘Submit’ button doesn’t do anything.
When they sent me a screenshot of the page where the error happens, I noticed their keyboard has an ‘enter’ key rather than ‘send,’ like you can see in the pictures. I asked what OS they were using and they said IOS 17.2, which I am too.
I have no idea what to try because it works perfectly for me, and the code is pretty simple. So, I figure I might just show you some of my code, and maybe someone will have run into a similar issue.
Here is the modal, where when the user clicks on the touchable opacity the function “modalGlobe” (improper naming, I know) is supposed to be triggered.

Here is the function it’s supposed to trigger:

When it gets to the “chatRoom” navigation, it should be loading up a mock conversation in the “Test” room I made for the App Store Connect team using this code. (I doubt this has anything to do with, as the app doesn’t seem to make it this far)

Again, it works for me. It works on Android. I’ve already got the app on the google play store, but App Store Connect is such a headache. I honestly felt like they just made some dumb simple error, so I resubmitted it without even changing anything, but it still won’t work for them.






