react-native-skeleton-placeholder
react-native-skeleton-placeholder copied to clipboard
react-native-web support
Do you have plan to support react-native-web? or Is it my configuration issue? I got below issue. Could you please check this if it's my configuration issue?
ERROR in ./node_modules/react-native-skeleton-placeholder/lib/SkeletonPlaceholder.js 73:24
Module parse failed: Unexpected token (73:24)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| if (child.props.children) {
| console.log(react_native_1)
> return (<react_native_1.View >
hey @hyunahOh would be great to have react-native-web support. I can take a look later. Unfortunately I'm really busy in my projects. In few days I'll be in vacation so I'll have some days free to check all issues
It was working with 2.0.11, it breaks with version 3.
For the Unexpected token error, add this node module to your babelLoaderConfiguration. https://necolas.github.io/react-native-web/docs/multi-platform/
This will help: https://github.com/react-native-masked-view/masked-view/pull/175 One thing I noticed is that the animation doesn't work on the Web.