Skip to content

Commit 52360a9

Browse files
authored
Merge pull request exponential-inc#3 from Xavier3372/master
Add leave review button
2 parents 9180387 + 8332ae0 commit 52360a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,4 @@ SPEC CHECKSUMS:
389389

390390
PODFILE CHECKSUM: a521b20a1b0902c6d7c17b5fc1ecadf4e36d26e6
391391

392-
COCOAPODS: 1.8.4
392+
COCOAPODS: 1.9.1

src/pages/Settings/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ const SettingsPageC = (props: any) => {
111111
props.toggleSettingsModal(true, ['Bug Report', <Text style={{color: themeColor.primaryText}}>Report</Text>]);
112112
},
113113
},
114+
{
115+
title: 'Leave a review',
116+
onPress: () => {},
117+
},
114118
];
115119

116120
const renderItem = ({item, index}) => {

0 commit comments

Comments
 (0)