Dominic Garms

Results 168 comments of Dominic Garms

as reference maybe similar to the pwa plugin of the upcoming vue-cli: https://www.npmjs.com/package/@vue/cli-plugin-pwa

@Viraj-10 the upgrade of react-native-web and expo hasn't fixed the compatibility issue with Next 12.2.x As described above there seems to be some changes in _document and other places which...

@liebharc 3.4.12 includes not changes made in v3.4.12-alpha.1 - thats quite confusing but the PR is not merged into master yet. @Viraj-10 it might be better to use a different...

I'm looking forward to get this fixed. Especially in Expo the 0.18 has better support for live reload

@Viraj-10 I updated the nativebase package inside of the template starter of solito and it breaks visually a few things with icons and images. Especially Expo is not starting any...

Hi @Viraj-10 I just figured out that there are several open PR to actually get the solito starter up and running. After manually going through the PRs I got the...

@Viraj-10 currently the version breaks the Storybook example with expo 46. It seems to be fixed for expo but not in combination with Storybook

@onury I would have same interest as @mattmeye My usecase would need the extension of passing in an object being validated. On a multi-tenant self-register system the users would be...

@jscottsmith I am using NextJS image at the moment, but your suggestion will definitely be a huge improvement.

@jscottsmith that is definitely the most flexible way to go. One question: isn't `BannerLayer` then almost the same as `Parallax` component itself? Maybe it could be reduced to: ```jsx some...