Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

180
Views
I can't navigate to the next page cannot find error

enter image description hereenter image description here[import React from "react" import {View,StyleSheet, TouchableOpacity,Text,TextInput,Image} from "react-native" import Schoolboard from "../Screen/Schoolboard"

class studentdetails extends React.Component{

render(){
    return(
        <View style={styles.maincontainer}>
            <Image source={require("../Image/Capture.png")} style={{marginBottom:100}}/>
            <Text style={{fontWeight:"bold",fontSize:20,color:"black"}}>Student details</Text>
            <View style={styles.buttoncontainer}>
                <View style={{marginBottom:50}}>
                    <TextInput placeholder="Full Name" placeholderTextColor="#1d4152"style={styles.textInputViewMob} />
                    <TextInput placeholder="Email" placeholderTextColor="#1d4152"style={styles.textInputViewMob} />
                    <TextInput placeholder="Select State" placeholderTextColor="#1d4152"style={styles.textInputViewMob} />
                    <TextInput placeholder="Pincode" placeholderTextColor="#1d4152"style={styles.textInputViewMob} />
                </View>
                <TouchableOpacity onPress={() => {this.props.navigation.navigate("Otp");}}
               
                style={styles.continueButton}>
                    <Text style={{color:"white"}}>
                        Register
                    </Text>
                </TouchableOpacity>

            </View>

        </View>
    )
}

}

export default studentdetails ][1]

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!