Daniel Dimitrov
Daniel Dimitrov
how about now?
@detook solution works, but so is @LittleBigFox's if one is ok with modifying the static file. I personally find it very sad that we have to add an @ instead...
@atlanteh - thanks. That works for me as well on 0.38.rc.0
I have this working on RN 0.36 with android. @saumya
I'm getting cannot read property 'nativeEvent' of undefined. on line 73 That's when my view get loaded. If I dismiss the error I can interract with the accordion? Any ideas?...
this branch has all the fixes I needed to have it work relatively ok on iOS and Android: https://github.com/compojoom/react-native-accordion/tree/compojoom-fixes I'm currently using it with RN 0.36
I just tried it again and this time it seems to work. Not sure what I've done wrong last time.
I was too fast. So upon reloading my js(not jut hot loading) I get the same error as before. I'm trying this with RN 0.36
I'm trying to debug what's wrong but so far without success. It seems that in my case render get's called twice and this calls _getContentHeight twice. The first time the...
@d-a-n - that's the first thing one hacks into the modal picker. Please merge the pull request.