Expo raising really vague warns/errors
I recently tried to move my bare rn app to expo
Expo raising really vague warns/errors
I recently tried to move my bare rn app to expo
React-Native with Expo: Shows “Cannot find module ‘xxx’ or its corresponding type declarations.” when importing a custom constant view
I created a React Native project with Expo.
Assigned function from library in Object Typescript
I’m trying to assign a field inside my interface to a function from an external library like so:
How to navigate to screens in tab navigation on web in React Native?
I am trying to navigate to my (tabs)/index.tsx screen from a different screen outside of the (tabs) folder on the web version of my app. It works fine on mobile. I have tried importing HomeScreen from (tabs)/index.tsx and then navigating to it, but that didn’t work. I have also tried going specifically to (tabs)/index.tsx but that failed as well.
Why Toast message not appear in react-native-root-toast?
I implemented react-native-root-toast in my expo application, I am using expo 51, please refer below code to understand the problem
TypeError: undefined is not an object (evaluating ‘_reactNative.Image.propTypes.source’)
After upgrading to Expo 46, suddenly I started seeing these errors. I have searched on them, but did not find a solution so far. The app doesn’t start anymore, it directly shows these errors.