Skip to content

Commit e64f5d2

Browse files
committed
fix: Imported Icon from Icons.js in the common folder instead of directly importing it from React-Native-Vector-Icons
1 parent 7652659 commit e64f5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/PasswordInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, { useState, useCallback } from 'react';
33
import type { Node } from 'react';
44
import { View } from 'react-native';
55

6-
import Icon from 'react-native-vector-icons/Ionicons';
6+
import { Icon } from './Icons';
77
import Input from './Input';
88
import type { Props as InputProps } from './Input';
99
import { BRAND_COLOR, createStyleSheet } from '../styles';

0 commit comments

Comments
 (0)