how to acces data from another route while showing splashscreen in react-native / expo?
i am learning react native / expo so this question might sound stupid. I am trying to load data from a page (in this case inbox.js) through a context page and then if data loaded or not i show the splashscreen or the inbox.js page.
how to acces data from another route while showing splashscreen in react-native / expo?
i am learning react native / expo so this question might sound stupid. I am trying to load data from a page (in this case inbox.js) through a context page and then if data loaded or not i show the splashscreen or the inbox.js page.
TypeError: Cannot read property ‘RNFSFileTypeRegular’ of null, js engine: hermes
These are my dependencies from package.json
“dependencies”: {
“@expo/vector-icons”: “^14.0.2”,
“@react-navigation/native”: “^6.0.2”,
“expo”: “~51.0.23”,
“expo-constants”: “~16.0.2”,
“expo-font”: “~12.0.9”,
“expo-linking”: “~6.3.1”,
“expo-router”: “~3.5.19”,
“expo-splash-screen”: “~0.27.5”,
“expo-status-bar”: “~1.12.1”,
“expo-system-ui”: “~3.0.7”,
“expo-web-browser”: “~13.0.3”,
“react”: “18.2.0”,
“react-dom”: “18.2.0”,
“react-native”: “0.74.3”,
“react-native-fs”: “^2.20.0”,
“react-native-gesture-handler”: “~2.16.1”,
“react-native-reanimated”: “~3.10.1”,
“react-native-reanimated-carousel”: “^3.5.1”,
“react-native-safe-area-context”: “4.10.5”,
“react-native-screens”: “3.31.1”,
“react-native-web”: “~0.19.10”
},
And I’m using Expo bundlier.
After build successful it opens the react-native app but crashes with error as in below screenshot
React-Native with Expo error routing with tabs
I’m new to learning React-Native with Expo, I got a problem when I want to manage my folder structure so I created my folder structure as shown below
React-Native with Expo error routing with tabs
I’m new to learning React-Native with Expo, I got a problem when I want to manage my folder structure so I created my folder structure as shown below
Fine-tuning React Native Chart Design: Seeking assitance Specific Configurations and Styling
I’m currently working on a React Native application where I’m integrating charts to visualize data. For charting capabilities, I’ve chosen to use the react-native-gifted-charts library.