BhavyaCodeAlchemy
BhavyaCodeAlchemy
> I am experiencing the same issue in my expo react-native project. But I am facing in android os and not in the ios os. Did you find any solution...
It's Working fine in android ?
I got same error in latest react native version 0.73.2 **- Solution :** Open the NotificationHelper.java file located at node_modules/@supersami/rn-foreground-service/android/src/main/java/com/supersami/foregroundservice/NotificationHelper.java. **- Locate the following two lines :** notificationBuilder.addAction(R.drawable.redbox_top_border_background, bundle.getString("buttonText", "Button"),...
**Try this solution. It's working for me.** { commentText === '' && richtext.current.setContentHTML(''); setComment(commentText); }} onFocus={() => setFocusOnComment(true)} onBlur={() => setFocusOnComment(false)} />
I'm still getting the following error: `android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.PICK_IMAGES typ=image/* (has extras) }` ``` "react": "19.1.0", "react-native": "0.80.2", "react-native-image-crop-picker": "^0.51.0", ``` This error occurs...
I got same error in latest react native version 0.73.2 **- Solution :** Open the NotificationHelper.java file located at node_modules/@supersami/rn-foreground-service/android/src/main/java/com/supersami/foregroundservice/NotificationHelper.java. **- Locate the following two lines :** notificationBuilder.addAction(R.drawable.redbox_top_border_background, bundle.getString("buttonText", "Button"),...