Ankur Phani

Results 4 comments of Ankur Phani

Most probably the package is not linked if you are on an older version of react-native. So link the package and build it again. This had worked for me. Happy...

So what is the work around here? Because PR https://github.com/Agontuk/react-native-geolocation-service/pull/399 is not yet merged and released. ``` "react": "18.2.0", "react-native": "0.74.1", "react-native-geolocation-service": "5.3.1" ``` Recently updated to the latest react-native...

Turning off `privacy_file_aggregation_enabled: false` has worked to complete the installation. For some reason the patch did not work as expected. ``` use_react_native!( privacy_file_aggregation_enabled: false, :path => config[:reactNativePath], # An absolute...

This is what worked for me for RN 0.74.1 - Install `react-native-debugger` in system. - Install `react-native-devsettings` in the project devDependency `yarn add react-native-devsettings --dev` - Add `if (__DEV__) require('react-native-devsettings');`...