Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(search-bar): Compile Ionicons for Android #631

Merged
merged 1 commit into from
Nov 9, 2017

Conversation

machour
Copy link
Member

@machour machour commented Nov 6, 2017

Question Response
Version? master
Devices tested? Android Nexus 5X (simulator)
Bug fix? yes
New feature? no
Includes tests? no
All Tests pass? yes
Related ticket? #630

Screenshots

Before After
screen shot 2017-11-06 at 9 40 08 am screen shot 2017-11-06 at 10 14 16 am

Description

Added Ionicons.ttf compilation back in build.gradle as it is needed by react-native-material-design-searchbar.

/cc @dyesseyumba for info
/cc @chinesedfan I'm wondering how this was still working fine for iOS. Did we really remove unwanted TTF there? 🤔

Fix #630

@coveralls
Copy link

Coverage Status

Coverage remained the same at 39.398% when pulling d52840a on machour:fix-android-search-icon into ef2dd1d on gitpoint:master.

@machour
Copy link
Member Author

machour commented Nov 6, 2017

PS: If you want to test this PR, make sure to run:

react-native unlink react-native-vector-icons
yarn clean && yarn clean:android
yarn run link # make sure you see react-native-vector-icons being linked again
yarn start:android

Copy link
Member

@chinesedfan chinesedfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@machour We have two kinds of search bar. react-native-search-bar for iOS, and react-native-material-design-searchbar for Android. Thanks for your fix!

@machour
Copy link
Member Author

machour commented Nov 6, 2017

@chinesedfan oops, overlooked that. It makes a lot of sense then, thank you for the clarification!

Copy link
Member

@housseindjirdeh housseindjirdeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you 🎉

@housseindjirdeh housseindjirdeh merged commit c23dd96 into gitpoint:master Nov 9, 2017
@machour machour deleted the fix-android-search-icon branch November 9, 2017 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search icon missing from android
4 participants