Nicolas Sturm

Results 22 comments of Nicolas Sturm

For using react-native-web, this works good 🔥🔥🔥 ``` "import/no-unresolved": [ 2, { "ignore": [ "react-native" ] } ], ```

`"react-native": "0.56.0"` and I keep seeing the warning but with module RNGoogleSignin

Are you planning to add this functionality in the future?

You can also do ```javascript export const Container = styled(View)( props => ({ backgroundColor: colors.principal(props), textColor: colors.principalText(props), }), ); ``` and in colors file ```javascript export default { principal: props...

all uses of `window.` should be reviewed as well

https://github.com/invertase/react-native-firebase/issues/198#issuecomment-475824038

why do you remove so many files?

This repo is definitely abandoned, to solve this problem temporarily you can use a [recent fork](https://github.com/apurba-bware/react-native-snap-carousel/tree/ViewPropTypes-deprecated-fix) where [only this problem](https://github.com/meliorence/react-native-snap-carousel/compare/master...apurba-bware:react-native-snap-carousel:ViewPropTypes-deprecated-fix) is solved. following this [medium post](https://medium.com/@jonchurch/use-github-branch-as-dependency-in-package-json-5eb609c81f1a) you can simply do:...

https://github.com/graphprotocol/graph-cli/issues/920