Jesper Johansson

Results 10 comments of Jesper Johansson

@Rapsssito Without the timeout in native level I couldn't connect successfully after a timeout, all sequent attempts would timeout

We are also having this issue currently and we are getting error 500 errors on appstoreconnect.com. Their status page says App Store Connect & App Store Connect API is online/no...

Also experiencing this exact issue after upgrading from RN v0.65 to RN v0.68. Looks like RN v0.68 is not officially supported yet though according to readme 😞

Try `cd`ing into `node_modules/prerender-loader` and run `yarn` and `yarn build` and then try again

@JaceHensley Do you use `DefinePlugin` in your webpack config? Are you running your client using `yarn webpack-serve`? If yes, does it build if you use just `yarn webpack`?

@JaceHensley Is `prerender-loader.js` in the `node_nodules/prerender-loader/dist` folder?

I'm having the same issue. Thought I could try running `$ANDROID_HOME/extras/intel/Hardware_Accelerated_Execution_Manager/silent_install.sh` but `extras` doesn't seem to exist on the VM.

I finally got Detox on Android emulator working on CircleCI using their Android orb: ```yml version: 2.1 orbs: rn: react-native-community/[email protected] android: circleci/[email protected] # Added orb jobs: android_build_detox: executor: name: rn/linux_android...

I have the same issue on Android emulator. Do you have the problem on a physical device?

I had this problem when trying to use `.babelrc` and browserslist with NextJS and KeystoneJS. I got it working again using this `.babelrc`: ```` { "presets": [ [ "next/babel", {...