react-native-elements / playground

Exploring Possibilities with React Native Elements
https://react-native-elements.js.org
MIT License
19 stars 43 forks source link

Bug : bottom-sheet component is not rendering and giving a error No safe area insets value available. #27

Closed tewarig closed 3 years ago

tewarig commented 3 years ago

I was going through the react-native-elements playground and found out, bottom sheet component is not rendering and it is displaying this error.

Error: No safe area insets value available. Make sure you are rendering `<SafeAreaProvider>` at the top of your app

https://react-native-elements.js.org/#/bottom-sheet Screenshot from 2021-03-10 22-34-15

maybe this can be solved by importing SafeAreaProvider or safe area view.

jalajcodes commented 3 years ago

Working on it.

pranshuchittora commented 3 years ago

This can probably fix this -> https://github.com/react-native-elements/playground/pull/17

Feel free to reopen if this occurs, again