Karthik-B-06/react-native-segmented-control

Todos for v0.1.6

Karthik-B-06 opened this issue · 0 comments

  • handlePress can be in a useCallback to prevent the closure from being created on every re-render.
  • Changing the segments based on currentIndex, making it a Controlled Component
  • Use Array.Map() instead of lodash