Wojciech Dróżdż

Results 87 comments of Wojciech Dróżdż

@riadhriadh Thank you for the PR, the native code looks good. At expo we embrace usage of AI to speed up the development process, but we need to be sure...

@riadhriadh > You edited this in the wrong place. You need to edit Location.types.ts inside the /src directory. Then you should run yarn build inside the expo-location directory to generate...

Since this looks like it has been abandoned, I'm continuing work here: https://github.com/expo/expo/pull/39492 @riadhriadh You will be fully credited for your work 😄

Hi everyone! This seems to be a `react-native-navigation`/`react-native-screens` issue related to bugs in their edge-to-edge support implementations. I'm in contact with their teams to resolve the issue as soon as...

@avishekdev "edgeToEdgeEnabled " is only for SDK 53 onwards! For SDK52 you'll have to install `react-native-edge-to-edge` and configure the `react-native-edge-to-edge` config plugin.

@avishekdev Assuming you are using a development build, the issue you are encountering has to be different than the reported issue (it was reported in expo go). Can you make...

@bang9 For our expo-modules the config-plugins have ran automatically long enough that we shouldn't have any issues 😄

It seems like there is a linting issue in the config plugin ``` stdout > /home/runner/work/expo/expo/packages/expo-media-library/plugin/src/withMediaLibrary.ts stdout > 18:59 warning Replace `⏎··'photo',⏎··'video',⏎··'audio',⏎` with `'photo',·'video',·'audio'` prettier/prettier stdout > stdout > ✖...

@bang9 I did a last check before merging, and I've found an issue. For example when you set only "audio" in the plugin and then do `requestPermissionsAsync()` or `requestPermissionsAsync(false, ["video"])`...