Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
A
anawork-mobile-v2
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • dungtnguyen
  • anawork-mobile-v2
  • Repository

Switch branch/tag
  • anawork-mobile-v2
  • src
  • screens
  • authentication
  • signup
  • SignUpScreen.js
Find file
BlameHistoryPermalink
  • quynhquang400@gmail.com's avatar
    update react version · f8f966b3
    quynhquang400@gmail.com authored 8 months ago
    f8f966b3
SignUpScreen.js 288 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

import React, { useEffect, useState } from 'react';
import {
    SafeAreaView,
    ScrollView,
    StatusBar,
    StyleSheet,
    Text,
    View,
} from 'react-native';
const SignUpScreen = () => {


    return (
        <Text >SignUpScreen</Text>
    )
};

export default SignUpScreen;

Replace SignUpScreen.js

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.