Walter Monecke
Walter Monecke
@tolu360 No worries I just downgraded again until everything is fixed. Thank you so much for this package :) saved my project!
Hi! Could this be merged, please?
Can we please merge this already? It has been a pain always having to change this on every clean npm install.
@alekseyanikin I added that line however I can't seem to do `pod install` because of the conflict. Any ideas of what I am missing? Nevermind, the same procedure as before....
Same here. I am unable to release to production.
I regret trying to make this component work. What a mess.
broken on android
`npm start -- --reset-cache` did not fix it for me. `watchman del-all` did nothing. I reinstalled `node_modules`, nothing. Indeed the file `NativeSafeAreaView` is not present in `node_modules` I will downgrade...
@janicduplessis
Current solution: 1) Go to `node_modules/react-native-safe-area-context/src/index.tsx` 2) Add this `export` statement: `export * from './NativeSafeAreaProvider'` 3) `npm start --reset-cache` 4) Keep working.