Pierre-Alexandre Dupuy

Results 7 issues of Pierre-Alexandre Dupuy

This is not an issue, but a tips. I follow [this excellent article](https://blog.callstack.io/react-native-handling-language-changes-on-android-the-right-way-c883056a8f5c) to change the lang and reload the application "on the fly". In my app, I use `react-native-navigation`...

Hi, According to [the documentation](https://developer.apple.com/documentation/corelocation/cllocationmanager/1620567-activitytype), it seems to be interesting to be able to change the value of the activityType property > activityType * * Discussion: * Specifies the type...

Thank you very much for this cli tool, it is exactly what I was looking for hours.

## Issue Describe your issue here with as much detail possible. When `RNSettings.getSetting(RNSettings.LOCATION_SETTING)` is called, the success callback is called with a string `RNSettings.ENABLED` or `RNSettings.DISABLED`. But when the device...

## Issue On Android, we could use `LocationSettingsRequest` to ask the user to enable the phone location, there is an [implementation example here](https://github.com/Agontuk/react-native-geolocation-service/blob/master/android/src/main/java/com/agontuk/RNFusedLocation/RNFusedLocationModule.java#L189). I think it's less confusing for the...

I already open [this issue on the nextjs repo](https://github.com/zeit/next.js/issues/4398) but it seems to be a problem with react-slick. **Describe the bug** When I use next.js with react-slick and responsive options,...

Hi @captainsafia , your tool is really easy to use, thanks for that. May I suggest to add a simple command example to the documentation to write the JSON content...