Skip to content

Releases: teamairship/rn-components

v0.2.4 - Update props

23 Jan 16:40
Compare
Choose a tag to compare

The children prop was removed from React.FunctionComponent (React.FC) in React v18.
This adds it back explicitly.

v0.2.3 - AnimatedFade updates

17 May 19:05
4423ddf
Compare
Choose a tag to compare
  • Add loop prop to AnimatedFade and update existing ones (#2)

Ready for production!

15 Mar 13:48
Compare
Choose a tag to compare

0.2.0 is the first production ready release of @airship/rn-components!

It is now included in all @airship/airfoil templates by default. Currently supports 4 components:

  • AnimatedFade

    • An animated View that can wrap a React Native component fade a component in or fade it out.
  • AnimatedMove

    • An animated View that can wrap a React Native component and move its position.
  • AnimatedPressable

    • An animated View that changes its scale on press, and returns to its original position on the press out. It can render out a component with props available to it such as color interpolation based on the pressed state.
  • SegmentedControl

    • An animated tab controller for selections in an app with customizable color schemes.