Skip to content

Instantly share code, notes, and snippets.

@AliHichem
AliHichem / demo react native screen
Created September 21, 2020 16:04
demo react native screen
import React from 'react';
import {AsyncStorage, View} from 'react-native';
import {Button, Input, Layout, StyleService, Text, useStyleSheet} from '@ui-kitten/components';
import {EyeIcon, EyeOffIcon, PersonIcon} from './extra/icons';
import {KeyboardAvoidingView} from './extra/3rd-party';
import { AppStorage } from '../../../services/app-storage.service';
import { CommonActions } from '@react-navigation/native';
export default ({navigation}): React.ReactElement => {