-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN 0.60.5 #18251
RN 0.60.5 #18251
Conversation
|
@@ -11,6 +11,11 @@ | |||
<uses-permission android:name="android.permission.READ_CONTACTS" /> | |||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | |||
|
|||
<meta-data android:name="com.dieam.reactnativepushnotification.notification_channel_name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarcoPolo maybe not needed after your changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarcoPolo bump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah, kill this
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also made sure this works on Android 👍
import {escapeRegExp} from 'lodash-es' | ||
// MUST be lodash for node to work simply | ||
// eslint-disable-next-line | ||
import {escapeRegExp} from 'lodash' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this file is only run once by our "preprocessor" flow.
notes:
Android