App declined from app store because "Buttons are not responsive on tap" #132
Closed
bartlomein
started this conversation in
General
Replies: 1 comment 7 replies
-
Hey, Thanks for opening the discussion. Can you provide more details? Are you using Hermes with Old Architecture/New Architecture? In general, you should import components from I have one app on the App Store (https://apps.apple.com/us/app/spatial-noise/id6477335349) built with RN visionOS (but with one of the previous versions 0.73.3) but there might be some regressions introduced that caused this. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I understand this might be a shot in the dark, however figured I'd post. I submitted an app to review by apple and got denied because
...During our review, we found that your app search button was unresponsive to tap.
I have been developing this on the simulator, and all the buttons work on click.
I have imported
import {TouchableOpacity} from '@callstack/react-native-visionos'
for all my buttons.Wondering if anyone has ran into this issue yet while developing/uploading an app to review. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions