Skip to content

Commit 180efc2

Browse files
feat(example): add nested complex views (#1111)
Jira ID: MOB-13737
1 parent 84e1c52 commit 180efc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/default/src/screens/user-steps/BasicComponentsScreen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { Section } from '../../components/Section';
2222
import { nativeBaseTheme } from '../../theme/nativeBaseTheme';
2323
import Icon from 'react-native-vector-icons/Ionicons';
2424
import { InputField } from '../../components/InputField';
25+
import { InputField } from '../../components/InputField';
2526

2627
/**
2728
* A screen that demonstrates the usage of user steps with basic React Native components.

0 commit comments

Comments
 (0)