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

301
Views
Red Error Screen React native: The Development server returned response error code 500

i get this error

The Development server returned response error code 500

Whenever i try to import a component.

The Development server returned response error code 500

component trying to import

import React from 'react';

import {View, Text} from 'react-native';

const OnboardingScreen = () => {
  return (
    <View>
      <Text>Onboarding</Text>
    </View>
  );
};

export default OnboardingScreen;

parent component

/**
 * Sample React Native App
 * https://github.com/facebook/react-native
 *
 * @format
 * @flow strict-local
 */

import React, {useEffect} from 'react';
// import type {Node} from 'react';
import {
  SafeAreaView,
  ScrollView,
  StatusBar,
  Text,
  Touchable,
  TouchableOpacity,
  View,
} from 'react-native';
import SplashScreen from 'react-native-splash-screen';
import * as eva from '@eva-design/eva';
import {ApplicationProvider, Button} from '@ui-kitten/components';
import {styledApp} from './src/assets/Styles/app';
import OnboardingScreen from './src/components/Onboarding';
// import
const App = () => {
  useEffect(() => SplashScreen.hide(), []);

  const {container, textContent, btn} = styledApp;

  return (
    <ApplicationProvider {...eva} theme={eva.light}>
      <SafeAreaView>
        <StatusBar />
        <OnboardingScreen />
      </SafeAreaView>
    </ApplicationProvider>
  );
};

export default App;

Please help i have been on this for days now. Thanks!!

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!