Delali
Delali
I realized the drawer component works with react navigation. My problem is that the drawer renders okay, but does not slide from the side of the screen. It doesn't actually...
Hey @clmcgrath , I suggest you clear your npm cache and try again. If you want to be sure the problem is not related to NPM, delete the node_modules folder,...
The library uses material icons. https://material.io/tools/icons/ I don't think there is a door icon. You need to use a custom icon for that purpose.
@ysweid I this the calendar component in Reservio is customised. There is currently no such component in react-native-material-ui.
I am having the same issue. Were you able to resolve this @chi1216. WebWorker seems to work but SharedWorker is not working at all. I get this error: `Uncaught TypeError:...
This is especially confusing in TypeScript code. For example, I have the following code: ``` Schema.pre('insertMany', async function (results: ISchema[]) { if (Array.isArray(results)) { for (const item of results) {...