Skip to content

Commit 779c778

Browse files
style(example): format files
1 parent 6da7f89 commit 779c778

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/default/src/components/InputField.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
import React, { forwardRef } from 'react';
22

3-
import { KeyboardTypeOptions, StyleProp, StyleSheet, TextInput, ViewStyle, View } from 'react-native';
3+
import {
4+
KeyboardTypeOptions,
5+
StyleProp,
6+
StyleSheet,
7+
TextInput,
8+
ViewStyle,
9+
View,
10+
} from 'react-native';
411
import { Text } from 'native-base';
512

613
interface InputFieldProps {

0 commit comments

Comments
 (0)