This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
android/app/src/main/res/values Expand file tree Collapse file tree 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
1212
1313### Fixed
1414
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+
1521## [ 7.1.1] 2021-01-20
1622
1723### Fixed
Original file line number Diff line number Diff line change 11<resources >
22 <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 >
35</resources >
Original file line number Diff line number Diff line change 1414 "@react-native-community/push-notification-ios" : " ^1.7.0" ,
1515 "react" : " 16.13.1" ,
1616 "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 "
1818 },
1919 "devDependencies" : {
2020 "@babel/core" : " ^7.9.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-push-notification" ,
3- "version" : " 7.1.1 " ,
3+ "version" : " 7.2.0 " ,
44 "description" : " React Native Local and Remote Notifications" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments