Andrei Alecu

Results 277 comments of Andrei Alecu

https://github.com/PedroBern/react-native-collapsible-tab-view/pull/394 might fix this, I released it as 7.0.1-beta.0 on npm. Please help test it for unwanted side effects and report back. Thanks!

https://github.com/PedroBern/react-native-collapsible-tab-view/pull/394 might fix this, I released it as 7.0.1-beta.0 on npm. Please help test it for unwanted side effects and report back. Thanks!

Can be repro'd by uncommenting these lines in the example: https://github.com/PedroBern/react-native-collapsible-tab-view/blob/834dc4b9c0edc93feaa8ff4affa93f266a248232/example/src/Shared/ExampleComponentFlashList.tsx#L33-L34

A repro that can be applied on the Example app in this repository would help.

Which version of the library? Can you reproduce this in the Example app in the repository?

There are full instructions on how this could be done as part of github actions here if anyone wants to try implementing it: https://localazy.com/blog/how-to-automatically-sign-macos-apps-using-github-actions Looks pretty simple.

I think there may have been some progress here in recent versions because running `ng update` with no parameters correctly identifies dependencies and what should be updated: ``` ng update...

Possibly relevant: https://github.com/gatsbyjs/gatsby/commit/3b5e41b93361ca39b34aaf52ef9a9e302da921ea Seems like a similar commit in gatsby for resolving issues with yarn workspaces. They replaced [read-package-tree](https://www.npmjs.com/package/read-package-tree) with their own implementation.

I opened a PR at #18610 to implement this. cc @alan-agius4

@boeckMt I haven't tested it, but the PR I made was package manager agnostic - not yarn specific. It was mainly changing some hard coded path handling to use things...