diff --git a/examples/react-native/App.js b/examples/react-native/App.js index a4bfb2c..eef044b 100644 --- a/examples/react-native/App.js +++ b/examples/react-native/App.js @@ -8,6 +8,7 @@ import Styleguide from './screens/Styleguide' import Device from './screens/Device' import IconsScreen from './screens/Icons' import ChartsScreen from './screens/Charts' +import FormsScreen from './screens/Forms' import {Icons, DrawerContent, Theme, Header} from '@vela/ui' import Surface from '../../src/components/Surface' @@ -39,6 +40,18 @@ const IconsNavigator = () => { ) } +const FormsNavigator = () => { + return ( + + + + ) +} + const ChartsNavigator = () => { return ( @@ -74,6 +87,14 @@ function App() { drawerIcon: Icons.Bolt }} /> + { + const [v, sv] = useState('') + return ( + + + + <> + + + + + + + + ) + } \ No newline at end of file diff --git a/examples/react-native/screens/Styleguide.js b/examples/react-native/screens/Styleguide.js index d375732..32cdfe9 100644 --- a/examples/react-native/screens/Styleguide.js +++ b/examples/react-native/screens/Styleguide.js @@ -8,10 +8,8 @@ import { Spacer, Text, Button, - TextInput, Label, SelectInput, - TextField, Card, Box, Image, @@ -67,30 +65,6 @@ function Styleguide({navigation}) { - Inputs - - - - - - - - - - - - - - - Control - - - - Form - - - -