Jerick Coneras

Results 4 issues of Jerick Coneras

Hello! Thank you for this wonderful stepper library! I would like know if its possible to set custom icon/drawable for each step instead of using the circle indicator?

Do you have any sample on how to use/implement authenticating with facebook using this library in react native?

Would it be better if SearchAdapter compares each word in query instead of using startsWith()? Current code in SearchAdapter.java `if (string.toLowerCase().startsWith(constraint.toString().toLowerCase())) { searchData.add(string); }` Also would it be useful to...