Releases: teamairship/rn-components
Releases · teamairship/rn-components
v0.2.4 - Update props
The children prop was removed from React.FunctionComponent (React.FC) in React v18.
This adds it back explicitly.
v0.2.3 - AnimatedFade updates
- Add loop prop to AnimatedFade and update existing ones (#2)
Ready for production!
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.
- An animated
-
AnimatedMove
- An animated
View
that can wrap a React Native component and move its position.
- An animated
-
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.
- An animated
-
SegmentedControl
- An animated tab controller for selections in an app with customizable color schemes.