We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbae5f9 commit eae87d5Copy full SHA for eae87d5
DropdownAlert.js
@@ -637,8 +637,8 @@ export default class DropdownAlert extends Component {
637
{this._renderTitle()}
638
{this._renderMessage()}
639
</View>
640
+ {this._renderCancel(showCancel)}
641
</ContentView>
- {this._renderCancel(showCancel)}
642
643
</TouchableOpacity>
644
</Animated.View>
0 commit comments