Matko Setnik

Results 3 comments of Matko Setnik

Same problem here, press on pushNotification on android not opening the app when app is in kill state

In my case is other way around. Local notification works as expected (app opens on notification press) but remote notif not working

Hi, I have the same issue and i was able to solve it. Instead of BottomSheetTextInput, use TextInput from gesture-handler. `import { TextInput as TextInputGH } from "react-native-gesture-handler";`