Skip to content

Commit

Permalink
Merge pull request #269 from testshallpass/bugfix-put-cancel-in-safe-…
Browse files Browse the repository at this point in the history
…area-view

move cancel button into safe area view
  • Loading branch information
testshallpass authored Dec 23, 2021
2 parents dbae5f9 + eae87d5 commit 22a1e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DropdownAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,8 @@ export default class DropdownAlert extends Component {
{this._renderTitle()}
{this._renderMessage()}
</View>
{this._renderCancel(showCancel)}
</ContentView>
{this._renderCancel(showCancel)}
</View>
</TouchableOpacity>
</Animated.View>
Expand Down

0 comments on commit 22a1e07

Please sign in to comment.