radio-buttons-react-native icon indicating copy to clipboard operation
radio-buttons-react-native copied to clipboard

activeIndex should not be hard-coded

Open Pat-Gekoski opened this issue 3 years ago • 0 comments

Setting initial prop causes re-render. I believe this is because although default props are set to -1, the active index is also set to -1 in the constructor.

Pat-Gekoski avatar Jan 26 '22 19:01 Pat-Gekoski