BeauR

Results 15 comments of BeauR

I'm also seeing problems. Chrome 14 Mac, jQuery 1.6.1

I think this is due to using version 12.3.0 of detox which is quite old and does not support iOS 13 / Xcode 11. The fix would be to use...

+1 having the same issue here. Is there a solution?

Seems the issue only appears if using the WKWebView plugin. I've disabled that for now but hopefully there is a workaround.

So can I clarify what happens if the app is backgrounded and the task does not complete? And if it does complete is there a way to tell if it...

Worked for me too once I reformatted the script ``` APP_PATH="${TARGET_BUILD_DIR}/${WRAPPER_NAME}" # This script loops through the frameworks embedded in the application and # removes unused architectures. for FRAMEWORK in...

For Expo35+ the react-native-appearance library is included for expo projects. You can also set the Info.plist values in expos app.json to opt out of dark mode. ``` "ios": { "infoPlist":...

@guptanisha Yes the iOS infoPList will only be read when creating a standalone app, not within the expo client app.

I'm interested in this too, would be nice to be able to add bold tags or other formatting on my translations

Ah ha it looks like on line 100 there is an 'unsafe' parameter?