Skip to content

1.3.0

Compare
Choose a tag to compare
@ntorionbearstudio ntorionbearstudio released this 31 Oct 14:00
· 28 commits to main since this release

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) ! 🤩

https://reactnative.dev/blog/2024/10/23/release-0.76-new-architecture#box-shadow-and-filter-style-props

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/