Skip to content

Commit

Permalink
bump and hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera committed Jan 7, 2021
1 parent 89c8bcf commit 8cb97ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionCode 14
versionName "1.0"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const SimpleScaleButton = ({
style={{ overflow: 'visible' }}
transformOrigin={transformOrigin}
>
<View>
<View style={{ backgroundColor: 'transparent' }}>
<View
style={{
padding: overflowMargin,
Expand Down

0 comments on commit 8cb97ca

Please sign in to comment.