Brendan

Results 29 comments of Brendan

Related [PR for `useBeforeLeave` hook](https://github.com/solidjs/solid-router/pull/186)

I am also seeing many of these same typescript errors `Property 'code' does not exist on type 'Error'` I logged the result of the `nativeError` and see it does have...

I've had this too - but so far only intermittently when debugging and react-native hot reloads - possibly without closing the printer. Closing and restarting the app seems to resolve...

> @joarwilk @gare-bear We are looking into. Thank you for your patience. Thank you. Caught up on the same issue trying to build archive. For what its worth, so far...

Thanks @joarwilk. I'm making a little progress. I added `HEADER_SEARCH_PATHS` and `FRAMEWORK_SEARCH_PATHS` (but not `FRAMEWORK_SEARCH_PATH`) to my build settings. I still got errors related to this library not having `arm7`...

I've also noticed that when I restrict the architecture to `arm64`, all my simulators disappear in Xcode so I guess they also need `armv7` support.

> @Brendan-csel If the simulator is no longer showing up, could you please do the following if you can? I don't see a `Update to recommended settings` option for my...

> 2. Can you tell me why running index.html by double clicking and running "npm start" would give different results as explained in the description? Dumb question from me sorry....

Maybe it works on Mac but on Windows I get network tab errors about JS files being blocked. It may also depend on whether the vite config has some other...

> the searchParams.token itself will auto remove + and other special characters. `setSearchParams` doesn't look like it attempts to encode the value. If your value could have characters that are...