stuart-clark-45
stuart-clark-45
Hi @jankoenig Thanks for the speedy response promising to see that this repo is so active A useful bit of info i probably missed out is that the port clash...
Hi @aswetlow, I have updated my jovo-cli and just gave this a test afraid I see no change
Same here 😢
This appears to be fixed now for me 👍
I found a work around. Wrap your modals in an another provider and adjust the primary color ``` import { Provider as PaperProvider } from 'react-native-paper'; const datetimePickerTheme = {...
Work around... If you start with something like this ``` interface Dog { name: string; age: number; } interface Example { id2Dog: Record; } ``` Change it to ``` interface...