Skip to content

Commit

Permalink
Merge pull request #14 from 1999-XiChi/xichi-features
Browse files Browse the repository at this point in the history
hide science calculator button
  • Loading branch information
xichi authored Oct 22, 2020
2 parents 85168d0 + 821d7b8 commit dcd70f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const App = () => {
>
基础
</Text>
<Text
{/* <Text
style={[
styles.titleRight,
{ color: Theme.colorTheme ? 'white' : 'black' },
Expand All @@ -141,7 +141,7 @@ const App = () => {
}}
>
科学
</Text>
</Text> */}
</View>
),
})}
Expand Down

0 comments on commit dcd70f1

Please sign in to comment.