Releases: Qeepsake/react-native-pins
Releases · Qeepsake/react-native-pins
v2.0.1
2.0.0 [Breaking Changes]
- We added the new scrolling pin feature, so we made a breaking change -
<PinInput />
to<Pins />
The updated Pins component works as such:
<Pins
onRef={ref => (this.pins = ref)}
numberOfPins={5}
numberOfPinsActive={2}
numberOfPinsMaximum={2} // For scrolling pins feature
activeOnly
/>