Expo errors at Genymotion does crash/freeze computer with some frequence.

Well, i dont have sure if that is related to Expo or Genymotion (or both).
But since i dont know i do have to post something here and also on Genymotion forums.

The fact is that my computer is getting totally frozen right when a Expo error occur, but this only happen sometimes, i did not identified any pattern for that to happen, but another fact is that my computer is brand-new and have high specs for gaming, and there is no problem with it, since i never saw it frozing/crashing or slowing down for ANY reason except that one.

I am working on a team, on a project, that is built using react-native-expo and native-base. I do use Genymotion as emulator for running the app on expo-cli. My expo-cli is updated. I am using development environment and Tunnel is set to LAN. (with adb reverse)

My computer info:
OS: Linux Mint Cinnamon 19.1
Dell Inspiron 15 Gaming
8GB RAM
Core i5 - 7th generation
GPU: Nvidia GeForce GTX 1050 Ti

My package.json.

{
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "eject": "expo eject"
  },
  "dependencies": {
    "@expo/vector-icons": "^9.0.0",
    "expo": "^32.0.0",
    "lodash.clonedeep": "^4.5.0",
    "native-base": "^2.10.0",
    "react": "16.5.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
    "react-native-credit-card-input": "https://github.com/itspauloroberto/react-native-credit-card-input.git",
    "react-native-password-strength-meter": "https://github.com/itspauloroberto/react-native-password-strength-meter.git",
    "react-native-responsive-screen": "^1.2.0",
    "react-native-scalable-image": "^0.5.0",
    "react-navigation": "^3.0.9",
    "react-redux": "^6.0.0",
    "redux": "^4.0.1",
    "redux-form": "^8.1.0",
    "redux-saga": "^0.16.2",
    "url-join": "^4.0.0",
    "vanilla-masker": "^1.2.0"
  },
  "devDependencies": {
    "babel-preset-expo": "^5.0.0"
  },
  "private": true
}

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.