You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> These docs are for the legacy versions of Victory Native. Victory Native XL is our rewrite of Victory Native designed specifically for React Native. Please [see here for more information]
12
+
(https://formidable.com/open-source/victory-native/). If you would like to continue to use this version of Victory with React Native, follow the legacy guide below.
13
13
14
14
In this guide, we’ll show you how to get started with Victory Native and the React Native SVG dependency running in your React Native app for iOS and Android.
15
15
@@ -22,7 +22,7 @@ Victory Native is compatible with React Native 0.50 or higher.
22
22
To add Victory Native to your React Native app install `victory-native`.
23
23
24
24
```bash
25
-
$ yarn add victory-native # or npm install --save victory-native
25
+
$ yarn add victory-native@legacy# or npm install --save victory-native@legacy
0 commit comments