Eigil A. Kjærulff
Eigil A. Kjærulff
Bump we have had same issues
> I had the same issue, I was able to successfully compile by doing the following: > > ``` > yarn add -D core-js@2 > ``` > > in config-overrides,...
Have same issue :( With same exact same setup
We are experiencing the same issue
I fixed this by setting my iPhoneDeploymentTarget to 13 ``` ...expo, plugins: [ [ 'onesignal-expo-plugin', { iPhoneDeploymentTarget: '13.0', }, ], ], ```
Agreed^^ We are also experiencing a lot of issues related to this 👎 ``` [ 'onesignal-expo-plugin', { mode: 'x', devTeam: 'x', iPhoneDeploymentTarget: 'x', }, ], '@config-plugins/react-native-blob-util', '@config-plugins/react-native-pdf', ['expo-build-properties', obj], ['config-plugin-react-native-intercom',...
Correct 😅
> @notpeter > >  > > This feature is useful in very few specific cases where you have a list of folders that contain only one internal folder in...