Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
ronickg committed Jan 16, 2022
1 parent fb39c35 commit bfd5fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ android {
applicationId "com.openchia"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13
versionName "1.0.9"
versionCode 14
versionName "1.1.0"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {
Expand Down
1 change: 0 additions & 1 deletion src/screens/farmer/FarmerTestScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ const FarmerTestScreen = ({ route, navigation }) => {
const data = getData(route, initialRoute);

React.useLayoutEffect(() => {
console.log('Called');
navigation.setOptions({
headerTitle: getHeaderTitle(
route,
Expand Down

0 comments on commit bfd5fc7

Please sign in to comment.