v19 #216
nandorojo
announced in
Announcements
v19
#216
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Overview
Skeleton.Group
component@motify/
packagesworklet
function toexitTransition
, allowing for use ofAnimatePresence
'scustom
prop inexitTransition
(closing Addcustom
option forexitTransition
#193)Install
Breaking Changes
@motify/
packages have been removed, greatly simplifying installation, types, maintenance, and Expo snack support.@motify/
entries from transpile modulesnext.config.js
. You should only havemoti
there now.@motify/
fromwebpack.config.js
. You should only havemoti
there now.@motify/components
somewhere, please change these imports to come frommoti
instead.command + shift + F
on VSCode, and search@motify
MotiPressable
'scontainerStyle
was changed to not apply to the container in MotiPressable: Changed containerStyle to style on parent element #152. This broke styling on iOS likeflex
andposition: 'absolute'
. In0.19
,containerStyle
is changed back to its original behavior from0.17
. If you need Android shadow styles onMotiPressable
, usestyle
instead ofcontainerStyle
.containerStyle
onMotiPressable
and make sure it works after the update as expected.Components
<Skeleton.Group />
If you have many skeleton components, you can now wrap them with a single
<Skeleton.Group show={loading} />
component. This will help you achieve this type of effect.Beta Was this translation helpful? Give feedback.
All reactions