You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I am observing that the Skeleton component remains static and does not exhibit any shimmering or loading animation. The component appears as a plain, unanimated block regardless of the set color mode or any other state changes.
Expected Behavior
The Skeleton component should show a shimmering effect to indicate content is loading. This animation should work seamlessly, reflecting changes when toggling between light and dark modes.
Steps To Reproduce
Steps to reproduce:
Initialize a new project with npx create-expo-app@latest -e with-new-arch.
Install React Native Reanimated with npx expo install react-native-reanimated.
Install Moti with npm install moti.
Run npx expo prebuild --clean to clean and prebuild the project.
Start the project on a device with either expo run:ios --device or expo run:android --device depending on your testing environment.
Copy and paste the provided code into the project and run the code:
The text was updated successfully, but these errors were encountered:
nandorojo
changed the title
[Bug🐛] Skeleton Component Not Animating in Moti Library within Expo Environment
[Bug🐛] Skeleton + New Architecture
Apr 8, 2024
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
However, I am observing that the
Skeleton
component remains static and does not exhibit any shimmering or loading animation. The component appears as a plain, unanimated block regardless of the set color mode or any other state changes.Expected Behavior
The
Skeleton
component should show a shimmering effect to indicate content is loading. This animation should work seamlessly, reflecting changes when toggling between light and dark modes.Steps To Reproduce
Steps to reproduce:
npx create-expo-app@latest -e with-new-arch
.npx expo install react-native-reanimated
.npm install moti
.npx expo prebuild --clean
to clean and prebuild the project.expo run:ios --device
orexpo run:android --device
depending on your testing environment.Screenshots
No response
Reproduction
The text was updated successfully, but these errors were encountered: