Marcin Pabich

Results 17 comments of Marcin Pabich

https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6 The big and breaking problem with v6 is this. https://github.com/styled-components/styled-components/issues/4076

Same, but mine was failing every time. I was trying to apply [this patch](https://github.com/talut/rn-secure-storage/issues/71) for [rn-secure-storage](https://github.com/talut/rn-secure-storage) and with 8.0.0 I'm getting an error: ``` patch-package 8.0.0 Applying patches... **ERROR** Failed...

404, the linked project is not found

Are you using some libraries to navigate? Because for example `react-navigation` works better with `useFocusEffect` (instead of `useEffect`) when navigating and "focusing" on different screens.

If your code is more or less exactly the same as you posted, there is a [limitation in the doc](https://github.com/OneSignal/react-native-onesignal/blob/major_release_5.0.0/MIGRATION_GUIDE.md#limitations) saying: > Any User namespace calls must be invoked after...

It's pretty annoying and I agree that it should be a way to disable it, like for "reverse trains on signals" thing.

@djvistasa you put the `^` in front of the version in your `package.json`. That means the 6.1.14 is fine for your package manager. Remove the `^` and make sure that...