Filipe Colaquecez

Results 15 comments of Filipe Colaquecez

I solve this problem on my app, my problem was the "watchdog", as i use an api of heroku it has a big delay so ios killed my app, https://developer.apple.com/documentation/xcode/addressing-watchdog-terminations

Same here, if i open the app and then i use deep link it works, but when the app is completely closed does not work :(

Hey guys, sorry for the delay! I needed to build a splash screen in the JS, so basically, I did a timeout in order to hide the native splash, then...

Same issue, also the bottom sheet does not back when the keyboard is dismissed

I've fixed that by changing my listeners, with the new React Native version we need to change them. ![Screenshot 2023-02-05 at 4 24 00 AM](https://user-images.githubusercontent.com/38195454/216806918-b9fcfcb7-3c9d-437a-a688-25f0a7ed3d24.png)

You can use: .use(remarkHTML, { sanitize: false })

same here "@expo/ui": "0.2.0-beta.7", "expo": "54.0.13",

Hey @intergalacticspacehighway, I'm using it with Tamagui, let me check your example, I'll try to isolate that with my versions and see if it works.