Skip to content

Commit 27dfbbd

Browse files
committed
example change reference
1 parent 87c88e4 commit 27dfbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
InfoIcon,
99
} from './constants';
1010
import List from './List';
11-
import DropdownAlert from './src/DropdownAlert';
11+
import DropdownAlert from 'react-native-dropdownalert';
1212

1313
const App = () => {
1414
const [queueSize, setQueueSize] = useState(0);

0 commit comments

Comments
 (0)