SrBrahma / react-native-shadow-2

Cross-platform shadow for React Native. Supports Android, iOS, Web, and Expo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reported a percent.match error, I don't know why

Fuyun791 opened this issue · comments

commented

image

Step appears
After installation, this problem occurs directly when I write an example in a readme. My package.json is "react-native-shadow-2": "^6.0.1"

commented

What do you mean by "this problem occurs directly when I write an example in a readme"?

Please share here the exact code you are using.

What react-native-svg version are you using? And, double check that you fully followed its installation instructions.

commented

package.json
"react-native-shadow-2": "^6.0.1",
"react-native-svg": "5.5.1",

code:
<Shadow distance={15} startColor={'#eb9066d8'} finalColor={'#ff00ff10'} offset={[3, 4]}> <View style={{ borderTopLeftRadius: 24, borderBottomRightRadius: 0, borderRadius: 10, backgroundColor: '#c454f0dd', }} > <TYText style={{ margin: 20, fontSize: 20 }}>🤯</TYText> </View> </Shadow>

commented

This react-native-svg version is too old. Please, use the latest one, the v12.

commented

Might really be a problem with svg. But I can't upgrade my svg version, sad. Because another package of mine depends on an older version. I can't register both. It seems that I can only use the old react-native-shadow, 😢

commented

I see. Unfortunately can't help you further, the react-native-svg@5.5.1 is more than 4 years old 😬

I recommend to use a similar package to the one requiring this old version, if there is one.