Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

React native app crashes when some components module are being imported

$
0
0

My index.ts file looks like as following:

import StaffMembers from './StaffMembers';import GuestMembers from './GuestMembers';export {  StaffMembers,  GuestMembers,};

My folder structure looks likeenter image description here

I'm importing components as

import { StaffMembers, GuestMembers } from '../request/components';

However when my app screen needs to load the component, it crashes giving the below error: Error when app crashes while loading component

When I edit the component's file and save it again, the app works fine.

Is there anything that I'm missing while importing the component? or something else?


Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>