Releases: ylkhayat/react-native-focal
Releases · ylkhayat/react-native-focal
0.1.8-alpha.1
- Added
Animated.View
for the child of theTapGestureHandler
for optimality
0.1.7
0.1.6
- Added proper
TapGestureHandler
s to the properContainer
andController
- Added peer dependency
react-native-gesture-handler
0.1.5
0.1.4
0.1.3
0.1.2
- Simpler usage of the Responder System instead of wrapping the tappable components with
Pressable
s - Added
onFocus
prop for the controller which introduces a fair change to customize the experience - Basic tests included to ensure everything is working according to the plan
- Exposed a bunch of helpful function such as
reset
,getLength
,getFocusedId
,getByIndex
to shape the experience even more when using the ref - Updated the docs and included a snack for a playful playground