Luciano
Luciano
Same error after upgrade Expo 50
I solved adding **use_frameworks! :linkage => :static** `target 'OneSignalNotificationServiceExtension' do use_frameworks! :linkage => :static // add here pod 'OneSignalXCFramework', '>= 3.0', '< 4.0' end`
same error
I solved following step by step this doc: https://docs.expo.dev/bare/upgrade/?fromSdk=49&toSdk=50 and downloaded the new android studio version
> You have to actually play a sound to get it to work, not just set the Audio to play in silent mode. Set the audio as you did above,...
> @MrFarhan try to add prop keepResultsAfterBlur={true}, maybe you use GooglePlace input inside of Modal, or ScrollView Works for me! thank u
I am getting same error after upgrade expo sdk 50
Updated react-native to 0.75.4, worked for me!