Skip to content

Release 0.12.0

Compare
Choose a tag to compare
@JonatanSalas JonatanSalas released this 01 Nov 20:09
· 62 commits to master since this release

0.12.0 (2020-11-01)

Bug Fixes

  • assets not appearing in ios 14. upgrade react native to v0.63.3 (1cacc09)
  • fix issue with video player in IOS (223e1dc)
  • reduce duration in StoryDetailExpander animation (dad16cc)

Features

  • add footer input to example (d8326d1)
  • improve logic in components by using custom hooks (48fac4e)
  • improve StoryPreviewItem and animation easing's (02a003d)
  • move all types to its own folder & make onPress runs in RAF (784dff7)

Performance Improvements

  • avoid callback re-rendering by adding useCallback (2eac0f0)