Closed rubi closed 4 years ago
I get this too
I found the solution:
Add prop-types to dependency
npm i --save prop-types
and revert back to version 0.4.1
npm i --save react-native-shimmer@0.4.1
Now it works.
Unable to reproduce, it's possible your JS code is out of sync with your compiled binary. Closing for now, reopen with a reproduction if it still persists.
I come across the problem, like this "Shimmer has no propType for native prop ''RnShimmeringView.onLayout" of native type 'boolean', how to resolve it.