Releases: BearStudio/react-native-ficus-ui
1.3.3
Fix on Stack
component
Thanks to @LivioGama, issue #38 has been fixed (error for access on zIndex
prop for Stack
component)
1.3.2
Fix on textShadowOffset
prop
Prevent crash on iOS with textShadowOffset
prop on React Native new version 0.76
1.3.1
Fix on DraggableModal
component
Small fix on DraggableModal
component for the children props (Ficus UI theme values weren't working well on DraggableModal
children)
1.3.0
New DraggableModal
component and Box
props !
This version contains a new DraggableModal
component based on react-native-bottom-sheet
library 🎉
Also React Native 0.76 introduces new style props boxShadow
and filter
for View.
Those props are now available on Ficus UI, you can pass boxShadow
and filter
props directly to Box
component (and others Ficus UI components) ! 🤩
Breaking change
This library now needs react-native-gesture-handler to be installed inside the React Native project. If you use Expo Go then you have nothing to do as Gesture Handler is integrated inside Expo SDK. But if you use a Bare React Native project, please follow those instructions in first : https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation/
1.2.1
Bug fixes on components
- Fix
Avatar
photo display on web - Fix
Badge
size foroutline
variant - Fix
IconButton
andButton
sizes
1.2.0
1.2.0 is out ! again new components and features 🤩 🎉
New features :
- Style any RN component with
as
prop onBox
component - Variants added for
Button
component - New props
size
andisRound
forButton
component
New components available :
Tabs
componentIconButton
componentSlider
component
1.1.0
New components and features 🎉
New components available :
Badge
componentAvatar
componentPinInput
component
Now we can pass responsive styles with array value in props
1.0.0
First stable version of Ficus UI ! 🎉
- Fixes on
shadow
props for all components - Small fix on
Stack
components
1.0.0-beta6
Fixes on components props
Fix on color props value on all components (now if a color value is not in the theme but it's a valid color, the value is transmitted to the component)
1.0.0-beta1
Beta release of Ficus UI
- Basic components
- Responsive styles
- Props style