Patryk Fryda
Patryk Fryda
Hey, it seems that expo-three is not yet compatible with `Expo SDK 44`. There is a workaround: https://github.com/expo/expo-three/issues/238.
Hey, we also have a problem with diacritics in the application name. We wasted a lot of time debugging it, because everything seems to work on macOS machines.
Hey @prodbygoss @kevindavee I've just published the package https://github.com/pafry7/babel-plugin-bulletproof-features-import. It seems to solve the issue in our two projects. You can give it a try.
> > Hey @prodbygoss @kevindavee I've just published the package https://github.com/pafry7/babel-plugin-bulletproof-features-import. It seems to solve the issue in our two projects. You can give it a try. > > Ooh,...
> @pafry7 Is this problem still in progress? We are waiting for the reviewer
@mikehardy I've patched my project with the changes from PR and no problems so far.
If someone is still experiencing the problem, the patch below may fix it: ``` diff --git a/node_modules/react-native-sound/android/src/main/java/com/zmxv/RNSound/RNSoundModule.java b/node_modules/react-native-sound/android/src/main/java/com/zmxv/RNSound/RNSoundModule.java index e6f51ec..eaa868b 100644 --- a/node_modules/react-native-sound/android/src/main/java/com/zmxv/RNSound/RNSoundModule.java +++ b/node_modules/react-native-sound/android/src/main/java/com/zmxv/RNSound/RNSoundModule.java @@ -13,6 +13,7 @@ import...