Hi there, I'm trying to integrate the surveys for react native feature to our app.
I've followed the guide and I verify the plugin is "booted" correctly (right user id and device id) but when opening a link, while the linking handlers are correctly triggered, the call to handleURL is returning false - I've verified the url schemas provided by amplitude are correctly setup and handled by the app, and added my user as a test user to the survey, but I cannot get the survey to pop up, i.e. via opening a deep link:
```amp-XXXXXXXXXXX://home?gs-key=nsurvey-test-survey```
is this the correct way of triggering the survey for testing?
Thanks!