Replies: 1 comment
-
Hi @joseokwu, did you mean to post your question in https://github.com/braze-inc/braze-react-native-sdk? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There seems to be no way to change android notification icon for braze in an expo project. we are meant to set the androidNotificationSmallIcon to an image in the native @drawable folder. but to do this, it would require a plugin which just seems like over kill. Even the plugin to insert the image into the drawable folder seems not to work because fs and path modules dont work with eas build. And even the expo-file-system doesn't work with app.config.js because expo is not initialized before app.config.js is run.
so there really seems to be no way to do this.
I feel there should be made a simple solution for this?
Beta Was this translation helpful? Give feedback.
All reactions