Luciano

Results 12 comments of Luciano

I solved adding **use_frameworks! :linkage => :static** `target 'OneSignalNotificationServiceExtension' do use_frameworks! :linkage => :static // add here pod 'OneSignalXCFramework', '>= 3.0', '< 4.0' end`

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