Ashutosh Kumar
Ashutosh Kumar
 The compile status on lower left corner should turn green or red on compilation success or failure.
Tailwind classes will show up in source but do not have any effect. ``` "dependencies": { "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "next": "^10.0.9", "react": "^17.0.1", "react-dom": "^17.0.1" }, ```
  Emulator used: Pixel_6_API_25 from Android studio `package.json` `{ "name": "projName", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start...