Frank Manuel Peña Rosario
Frank Manuel Peña Rosario
Hi, were you able to solve this issue?
Don't use that for checking the permission, use this instead: package:https://www.npmjs.com/package/react-native-permissions ```javascript export const requestAuthorization = async (): Promise => { const permission = Platform.OS === 'android' ? PERMISSIONS.ANDROID.ACCESS_FINE_LOCATION :...
I was able to fix the issue. The problem is related to the OpenSSL 3.4.0 I just removed OpenSSL using this command on my Mac ``` brew unlink openssl ```...