Preview:
import React from 'react';

import {
  Button,
  DrawerLayoutAndroid,
  Text,
  placeholder,
  TextInput,
  View,
  StyleSheet
} from 'react-native';
import LoginTextbox from './Textbox'
function Signup({route})
{

    return(
        <View>
            <LoginTextbox 
              placeholder='Enter Your Card No.'
              keyboardType="numeric"
            />
              <LoginTextbox 
              placeholder='Enter Password'
            />
            <Text style={{fontSize:40}}>{route.params}</Text>
            {/* <Button title="Signup" onPress={() => {}} /> */}
        </View>
    )
}

export default Signup
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter