We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7d75b commit 76534cdCopy full SHA for 76534cd
packages/core/src/Steps/index.tsx
@@ -1,6 +1,6 @@
1
import React from 'react';
2
import {View, Text, StyleSheet, TouchableOpacity} from 'react-native';
3
-import {Icon} from '@uiw/react-native';
+import Icon from '../Icon';
4
5
type statusType = 'success' | 'error' | string;
6
0 commit comments