After following the official docs documentation to install victory-native
in my Expo project, I'm encountering an issue. None of the components mentioned in the documentation can be imported. What should I do to fix this?
Expo SDK is 49
After following the official docs documentation to install victory-native
in my Expo project, I'm encountering an issue. None of the components mentioned in the documentation can be imported. What should I do to fix this?
Expo SDK is 49
Downgrade victory-native to 36.3.1 worked for me:
yarn add [email protected]
yarn add [email protected]