Ricardo Brito
Ricardo Brito
Just commenting here, indeed the best option for now is to keep with react-native-web 17, i will be checking in how i can help with some pr
Hello, i can control the height, but still the onPress action is out of the screen, how did you fix it?
just an updated, by setting a fixed height for the AlphabetList instead indexLetterStyle did the trick
Well, just by doing ``` renderCustomSectionHeader={() => } ``` i get my no header, would be fine there is a prop for that, thank you
i am with same issue as well, tried to import from gesture-handler and @pulpdood's workaround, but no sucess
Hello, did you have any updated regarding this style?
was there any solution?
in any case, i figure out my issue, my value was coming as string when Animated.value only accepts number
checking on ant server documentation, i see you need to wait for command "initialized" before joining the room
for the record, here is my MultipleInputs components, if you have other suggestion i would be glad to hear that ```import React, { useState, useEffect, useRef } from 'react'; import...