I have a build error with native dependencies, how to I detect where the library is installed?
- run this from your terminal
find . -type d | grep react-native-safe-area-context
- Update
apps/mobile/package.json
to
"dependencies": {
...
"react-native-safe-area-context": "*",
...
}