Im encountering an issue in React Native Part 2 - Native Features - Accessing the Library:
When the photos appear in the simulator, I press them but they are not rendered to the App (nothing happens). If I run the app on my iphone XR, pressing the photo renders it perfectly below the button. Any idea why this might be happening?
Running latest version of Xcode on the latest macOS.
Hi tt703, did you ever find an answer to this problem please? I’ve been having the same issue. No problem selecting and displaying an image on my Android phone, however I can’t click on an image in the IOS simulator gallery. I’ve added a console.log to show the uri, which works on my Android, but nothing happens on the simulator. Thanks.