Marco Turi

Results 14 comments of Marco Turi

To find examples on how to import 3rd party libs with rollup see [here](https://github.com/danbucholtz/ionic-third-party-lib-mega-test) and [here](http://ionicframework.com/docs/v2/resources/third-party-libs/)

@slackersoft using your example i get TypeError: Cannot read property 'returnValue' of undefined. On Jasmine 2.6.4 in an angular 4 project.

+1 for dynamic height @louisholley @IAmNatch Did you find a way to implement it? Or an alternative lib?

Would be good to have same code documentation, maybe through typedoc ?

@mikehardy could you re-open this issue? Or maybe it's better to open a new one, as this is quite old?

First of all, thank you @Sairyss for the immense work you have done in this repo. I started reading the issue related to the one discussed here in the @slonik/migrator...

@gurgunday pipeline seems to fail on staging https://github.com/fastify/website/actions/runs/8246279348/job/22552358761?pr=198 let me know if you need anything from my side :)

Update: I found same interesting thing: - The bug is random - Disabling swipe doesn't affect the bug - The bug is present in both modal and normal screens. -...

Just an hint for the maintainers, there is a race condition in the component: https://github.com/react-native-elements/react-native-elements/blob/next/packages/base/src/Tab/Tab.tsx#L129 If you put a console log on L129 and L164 you will see (randomly): LOG...

@arpitBhalla I have found another related bug. Sometime the indicator is shown only on the first 2 tab. When you click on the 3rd tab the indicator stay on the...