I'm using https://snack.expo.io/
And gotten this error
package.json (5:5) Failed to resolve dependency 'react-native-pure-chart@*' (Network request failed)
My package json is as follows
{
"dependencies": {
"react-native-paper": "3.6.0",
"expo-constants": "~9.3.3",
"react-native-pure-chart": "*"
}
}
What is the issue??