Skip to content

Commit

Permalink
Merge pull request #73 from guardian/fb-navigation-service
Browse files Browse the repository at this point in the history
  • Loading branch information
faresite authored Apr 15, 2021
2 parents 5fc20d3 + f5b28a2 commit 2fc3272
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridget",
"version": "1.9.0",
"version": "1.10.0",
"description": "Thrift files defining the API between native layers (iOS, Android) and [Webview](https://github.com/guardian/apps-rendering).",
"main": "index.js",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions thrift/native.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,8 @@ service Discussion {
service Analytics {
void sendTargetingParams(1:map<string, string> targetingParams)
}

service Navigation {
void openPrivacySettings(),
void openPrivacyPolicy()
}

0 comments on commit 2fc3272

Please sign in to comment.