Closed ethan-crabb closed 2 years ago
Any updates?
Any updates?
hey you didn't have follow installation steps correctly that is the reason your facing these issue step 1: install these libraries npm install react-native-skeleton-content npm install react-native-linear-gradient --save npm install @react-native-masked-view/masked-view --save npm install react-native-reanimated step 2: cd android ./gradlew clean cd .. then run the project
This works, thanks!
Any updates?
hey you didn't have follow installation steps correctly that is the reason your facing these issue step 1: install these libraries npm install react-native-skeleton-content npm install react-native-linear-gradient --save npm install @react-native-masked-view/masked-view --save npm install react-native-reanimated step 2: cd android ./gradlew clean cd .. then run the project
Describe the bug When rendering the SkeletonContent component, I receive this error.
Invariant Violation: [228,{"type":"value","value":"<<NaN>>"}] is not usable as a native method argument
This error is also thrown prior to the one above
Error: Exception in HostFunction: Malformed calls from JS: field sizes are different. [...array of what I assume are module ids]
To Reproduce Steps to reproduce the behavior:
Expected behavior The component renders with no errors
Smartphone:
Code