Expo Modal doesn’t show after picking an image
This is the snack of the snippet https://snack.expo.dev/@koromann17/modal-with-image-picker
sceneContainerStyle in React Native, Expo Not working
sceneContainerStyle in React Native, Expo Not working
In New Expo 52 It is not working:
Type ‘{ children: Element[]; screenOptions: { headerShown: false; tabBarHideOnKeyboard: true; tabBarActiveTintColor: string; tabBarInactiveTintColor: string; tabBarLabelStyle: { fontFamily: string; fontSize: number; paddingBottom: number; textTransform: “capitalize”; }; tabBarStyle: { …; }; sceneStyle: { …; }; }; scen…’ is not assignable to type ‘IntrinsicAttributes & Omit<Omit<(DefaultNavigatorOptions<ParamListBase, string | undefined, TabNavigationState, BottomTabNavigationOptions, BottomTabNavigationEventMap, BottomTabNavigationProp<…>> & DefaultRouterOptions<…>) & { …; } & BottomTabNavigationConfig, “children” | … 6 more … | “UNS…’.
Property ‘sceneContainerStyle’ does not exist on type ‘IntrinsicAttributes & Omit<Omit<(DefaultNavigatorOptions<ParamListBase, string | undefined, TabNavigationState, BottomTabNavigationOptions, BottomTabNavigationEventMap, BottomTabNavigationProp<…>> & DefaultRouterOptions<…>) & { …; } & BottomTabNavigationConfig, “children” | … 6 more … | “UNS…’.ts(2322)
TypeError: Cannot read property ‘Type’ of undefined expo-camera
I don’t understand why do i get this error no matter what i do. i move from barrcodescanner to expo-camera and i get this error
SDK 46 react native expo ios build using windows
when I try to build my react native expo app in ios platform i get this error message in my fast lane
Stuck here for the past two days, i need help :( Error: error:0308010C:digital envelope routines::unsupported react native
I’ve tried every possible solution and couldn’t solve it. the project was working just fine two days ago, but i don’t know what happened i started to get this error and couldn’t open the project at all. help…. i don’t understand what to do next
Facing errors on npx expo start
Why I’m getting this error in my react native project when I run the command npx expo start
Unable to Access Expo React Native Project URL on googles IDX editor
I’ve set up my React Native project with Expo, but I’m having trouble accessing the project using the provided URL exp://10.88.0.4:8081. how can I access it on my expo go app
Error: Cannot find native module ‘ExpoAsset’
I upgraded to Expo Sdk 51. Since the update, I have been getting this error. I tried npx expo install expo-asset
. But it didn’t work. What could possibly be the error here?
“DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative ins
npx expo start -c
Starting project at /home/user/Desktop/react-native/aroa
(node:31645) [DEP0040] DeprecationWarning: The punycode
module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ...
to show where the warning was created)
(node:31645) [DEP0044] DeprecationWarning: The util.isArray
API is deprecated. Please use Array.isArray()
instead.
Starting Metro Bundler
warning: Bundler cache is empty, rebuilding (this may take a minute)
(node:31645) Warning: To load an ES module, set “type”: “module” in the package.json or use the .mjs extension.
(node:31645) Warning: To load an ES module, set “type”: “module” in the package.json or use the .mjs extension.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █ ██▀▀█▀▄▀█ ▄▄▄▄▄ █
█ █ █ █ ▀█ ▀█ ██ █ █ █
█ █▄▄▄█ █▀ █▄▀▀▄▀█ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄█ ▀▄█▄▀ █▄▄▄▄▄▄▄█
█▄ ▀▀ ▄▀██▄█▄▀▄ ▄▀█ ▀▄▄ ▄█
██▄▀ ▀▄█▀ ▄█▀██▄▄ ▀▀ ▀██
█▀█▀▄▀▄▄█▄▀▀▄▀█▄ █▀▄ ▀▄ ▀██
█████▄▄▄ ▄█ ▄██ ███ ▀███
█▄▄█▄█▄▄█▀▀▄█▄▀▄▀ ▄▄▄ ▀ ▄▄█
█ ▄▄▄▄▄ █▀▀ █▀█▀▀ █▄█ ▀▀▀▀█
█ █ █ █▄▀ ▄▀▄ ▀ ▄ ▄▄▀ █
█ █▄▄▄█ █▀ ▄ ▄ ▄▄▄▄ ▀█▀▀ ██
█▄▄▄▄▄▄▄█▄███▄▄█████▄▄▄▄▄▄█
Expo app not starting when updating to latest version of expo sdk
I was working on a project made from react-native-expo it was all working fine but one day when I tried to open it using expo go app it did not started instead it showed me warning on a blue screen that ” SDK version is updated to 51 and expo go now uses SDK 51 so you should either install SDK 50 version of expo go or update your project to the latest version of expo ” then I updated my project to the latest version after it started giving me error ” main has not been registered and resizeMode is not defined ” I tried to fix it about 2 to 3 days but it was not fixed then what it did is that i deleted the node_modules and package_lock.json file and ran npm install in my project and started it then all the errors were removed but now when i am starting my project it is not starting instead it is just showing a blue screen where it is written “Network response timed out ” or “Sorry about that you can go back to expo home or try to reload the project ” i tried every thing that i can to fix this but it is not working can you tell how can i fix it please