Fabian Schultz

Results 10 comments of Fabian Schultz

Hey @leshokunin! I just answered another question similar to this one about one of my Gatsby starters. I'm pretty sure it's related to `npm` not linking the dependencies correctly. Could...

Just the dependencies (`node_modules`) and maybe even the `.cache` folder. ```bash # Delete node_modules rm -rf node_modules/ # Delete Gatsby cache rm -rf .cache/ # Install dependencies yarn install ```

@imehr Which version of Gatsby are you using? Sounds like a version mismatch, this plugin only works with `gatsby` > 2.

Hey @dante-blitz, you should be able to update React by running `yarn add react react-dom`. I also updated it on the master branch now. If it still doesn't work, delete...

Did it work before you updated? And did you update both `react` and `react-dom`?

Difficult to debug from here, but I'm pretty sure this is not an issue with this starter itself. There's [a similar issue](https://github.com/gatsbyjs/gatsby/issues/3570) that suggests you to update `yarn` (either by...

@razvan-soare Hey, what you could also try is to play with the `wrapRootElement` or `wrapPageElement` functions inside `gatsby-browser.js`—and wrapping the `` there. However, an HOC seems like a good addition...

A license should certainly be added, for now it's specified in the [`package.json`](https://github.com/zbtang/React-Native-ViewPager/blob/ba1cd91a7af24150bee21711de9a6bea1aa5c890/package.json#L31) as *ISC*.

Thanks for the proposal! We should create some consistency here. I'd suggest we add `startIcon` and `endIcon` props similar to how icons work in the Button component. We'll write some...

Not in the next months, but I'd be happy to review a PR for this!