I handle oauth requests in my own iOS application. I want to add my own callback url in order to return to the application. Presumably, I am doing this by modifying the info.plist file, except that it cannot be found. My project folder does not contain this file anywhere, and I'm not quite sure that npm generates it at runtime.
Where is this file located?
In context, I do not use Xcode. I just use sublime to edit files with terminal c npm start
.
Edit: I also use Expo to view such applications on my phone.
source
share