Van der Auwermeulen Grégoire
Van der Auwermeulen Grégoire
`react-native run-ios -- --reset-cache` is not working, but starting the packager separately `yarn start -- --reset-cache` is. Would be good to pass `--reset-cache` from react-native-cli to the packager
`cp .env.{staging} .env`
@daveyjones You're talking about a bottom-tab navigator correct? That doesn't work with a top-tab navigator. I realised the reason it's not in sync with the underlying view is because of...
To add the `require` polyfill, I tried adding `getPolyfills` in in a new `metro.config.js` file, like: ``` module.exports = { serializer: { getPolyfills: () => [ 'node_modules/requirejs/bin/r.js', /* list of...
Sure, let's do that
@grabbou Could we get an update on this please?
Found a solution! Replace ` 2; if (!dragged) { onPress?.(e); } } return ( {props.children} ); } ```
I saw that the Twitter iOS app has this feature: In the Notifications tab, "all" and "mentions" tabs have scroll to top and the "Notification" tab in the tab bar...
Prettier [arrow function parentheses](https://prettier.io/docs/en/options.html#arrow-function-parentheses ) v1.9.* and below defaults to "avoid", but v2.0.0 default to "always" vim-prettier defaults to "always" no matter the version. You can update the default prettier...
@baransu I like this idea. What do you think @mhallin ?