Skip to content
This repository has been archived by the owner. It is now read-only.

[IP-618] [Search] Onboarding for existing users #397

Merged
merged 7 commits into from Jul 22, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

fixed react button action

  • Loading branch information
Pavel
Pavel committed Jul 19, 2019
commit 4c3ac82ee8c9cc4161fbb01466c3253ec03ad79d
@@ -102,9 +102,9 @@ export default class Onboarding extends React.Component {
</Animated.View>
</TouchableWithoutFeedback>
<TouchableWithoutFeedback disabled={this.state.isClicked} onPress={() => this.onPress(false)}>
<>
<View>
<Animated.Text style={{ letterSpacing: -0.2, marginTop: 20, fontSize: 14, lineHeight: 17, fontWeight: '700', color: this.interpolateColor('#3647D0', '#3647D0')}}>{noThanksText}</Animated.Text>
</>
</View>
</TouchableWithoutFeedback>
</View>
);
ProTip! Use n and p to navigate between commits in a pull request.