react-native-material-datetime-picker icon indicating copy to clipboard operation
react-native-material-datetime-picker copied to clipboard

Action button in modal are not rendered properly.

Open typedashutosh opened this issue 2 years ago • 3 comments

image image 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 --web", "ts:check": "tsc" }, "dependencies": { "@react-native-async-storage/async-storage": "1.18.2", "@react-native-community/datetimepicker": "7.2.0", "@react-navigation/bottom-tabs": "^6.5.8", "@react-navigation/native": "^6.1.7", "@shopify/flash-list": "1.4.3", "expo-file-system": "~15.4.4", "expo-intent-launcher": "~10.7.0", "expo-media-library": "~15.4.1", "expo-print": "~12.4.2", "expo-secure-store": "~12.3.1", "expo-sharing": "~11.5.0", "expo-splash-screen": "~0.20.5", "expo-status-bar": "~1.6.0", "num-words": "^1.2.3", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.4", "react-native-gesture-handler": "^2.12.1", "react-native-material-datetime-picker": "^0.2.1", "react-native-paper": "^5.10.1", "react-native-reanimated": "^3.4.2", "react-native-reanimated-table": "^0.0.2", "react-native-safe-area-context": "^4.6.3" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/pdfmake": "^0.2.2", "@types/react": "~18.2.14", "expo": "^49.0.8", "typescript": "^5.1.3" }, "private": true, "packageManager": "[email protected]" }

typedashutosh avatar Sep 16 '23 02:09 typedashutosh

Could you provide a repro for this? Thank you!

thespacemanatee avatar Dec 11 '23 04:12 thespacemanatee

Please @thespacemanatee resolve this issue

awais882s avatar Dec 11 '23 16:12 awais882s

It seems I've found some workaround for the button colors. I changed parent theme to Theme.Material3.DayNight.NoActionBar in styles.xml

image

vpodolyan avatar Dec 21 '23 13:12 vpodolyan