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/