"No safe area insets value available" error

there is an error - specifically =>

No safe area insets value available. Make sure you are rendering `<SafeAreaProvider>` at the top of your app.
Error: No safe area insets value available. Make sure you are rendering `<SafeAreaProvider>` at the top of your app.
    at w ([snack internals]
    at u ([snack internals]
    at ua ([snack internals]
    at Cs ([snack internals]
    at hc ([snack internals]
    at pc ([snack internals]
    at ic ([snack internals]
    at [snack internals]
    at t.unstable_runWithPriority ([snack internals]
    at zo (https://snack.expo.io/web-player/38/static/js/2.171d5efd.chunk.js:1:1068336)

and i need help with figuring this out and how and where to add a to solve this if that is it

Hi

The error message says you need a SafeAreaProvider at the top level of your app.
It works if I remove that from your HomeScreen and add it in App.js:

ya its working if the tag is kept in the App.js

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.