This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree 4 files changed +10
-2
lines changed
android/app/src/main/res/values
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
12
12
13
13
### Fixed
14
14
15
+ ## [ 7.2.0] 2021-01-24
16
+
17
+ ### Features
18
+
19
+ - (Android) Handle localization for notification title and body [ 1837] ( https://github.com/zo0r/react-native-push-notification/pull/1837 )
20
+
15
21
## [ 7.1.1] 2021-01-20
16
22
17
23
### Fixed
Original file line number Diff line number Diff line change 1
1
<resources >
2
2
<string name =" app_name" >example</string >
3
+ <string name =" loc_key_title" >Exemple title loc_key</string >
4
+ <string name =" loc_key_message" >Exemple message loc_key: %1$s</string >
3
5
</resources >
Original file line number Diff line number Diff line change 14
14
"@react-native-community/push-notification-ios" : " ^1.7.0" ,
15
15
"react" : " 16.13.1" ,
16
16
"react-native" : " 0.63.3" ,
17
- "react-native-push-notification" : " zo0r/react-native-push-notification#master "
17
+ "react-native-push-notification" : " zo0r/react-native-push-notification#dev "
18
18
},
19
19
"devDependencies" : {
20
20
"@babel/core" : " ^7.9.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-push-notification" ,
3
- "version" : " 7.1.1 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " React Native Local and Remote Notifications" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments