Skip to content

Commit

Permalink
refactor: cleaned example app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahQureshi1080 committed Apr 9, 2023
1 parent 250201b commit b4e9bbc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ import {
FormImage,
FormDropdown,
} from '@superforms/superforms-rn';
import BaseDropdown from './src/Build/BaseDropdown';
import DropDownPicker, {ItemType} from 'react-native-dropdown-picker';

const validationSchema = Yup.object().shape({
email: Yup.string().required('Email is required').email().label('Email'),
Expand Down Expand Up @@ -137,15 +135,6 @@ const App = () => {
<SubmitButton name="Login" />
</Form>
</View>
{/* <DropDownPicker
open={open}
value={value}
items={items}
setOpen={setOpen}
setValue={setValue}
setItems={setItems}
listMode="SCROLLVIEW"
/> */}
</ScrollView>
</SafeAreaView>
);
Expand Down

0 comments on commit b4e9bbc

Please sign in to comment.