Ashutosh Kumar

Results 3 issues of Ashutosh Kumar

![image](https://user-images.githubusercontent.com/68853189/92863504-a488a600-f419-11ea-88b3-b77172c8e0fc.png) The compile status on lower left corner should turn green or red on compilation success or failure.

feature

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" }, ```

![image](https://github.com/thespacemanatee/react-native-material-datetime-picker/assets/68853189/a0f4986c-d630-40d0-bb33-86ed9c0e146b) ![image](https://github.com/thespacemanatee/react-native-material-datetime-picker/assets/68853189/79878cb3-7f29-4f09-8219-72d816839088) 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...