File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ 2022-01-25 Version 5.3.0
2+ - Swift support. Thanks giautm!
3+ - Expose iOS method handleATTAuthorizationStatus. Thanks adkenyon!
4+ - Remove jcenter repository. Thanks yash221b!
5+ - Fix removeListener deprecate warning. Thanks addingama!
6+
172021-10-29 Version 5.2.1
28 - Update iOS SDK to 1.40.2
39
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-branch" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.3.0 " ,
44 "description" : " Branch Metrics React Native SDK" ,
55 "main" : " src/index.js" ,
66 "types" : " src/index.d.ts" ,
3333 " Kevin Stumpf (https://github.com/kevinstumpf)" ,
3434 " Jimmy Dee (https://github.com/jdee)" ,
3535 " Ernest Cho (https://github.com/echo-branch)" ,
36- " Benas Klastaitis (https://github.com/bklastaitis-branch)"
36+ " Benas Klastaitis (https://github.com/bklastaitis-branch)" ,
37+ " Gabriel De Luna (https://github.com/gdeluna-branch)"
3738 ],
3839 "license" : " MIT" ,
3940 "repository" : {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ type BranchEventParams = Pick<
4646 | "customData"
4747> ;
4848
49- type ATTAuthorizationStatus = 'authorized'
49+ export type ATTAuthorizationStatus = 'authorized'
5050 | 'denied'
5151 | 'undetermined'
5252 | 'restricted'
You can’t perform that action at this time.
0 commit comments