Jacse / react-native-app-intro-slider

Simple and configurable app introduction slider for react native
MIT License
1.65k stars 330 forks source link

Not able to change the `title` font family #229

Open Lekhrajk opened 3 years ago

Lekhrajk commented 3 years ago

I tried many ways to change to the font family of title or any way to use logo in place of title but nothing is working any suggestion? Thanks in advance

sagarshakya commented 3 years ago

Hi @Lekhrajk, your issue is not explained clearly. Can you please elaborate the issue you are having? Also, if you can share the code snippet where you are having the issue, that would be helpful.

Lekhrajk commented 3 years ago

Thanks for reply @sagarshakya

let us consider { key: 'one', title: 'Title 1', text: 'Description.\nSay something cool', image: require('./assets/1.jpg'), backgroundColor: '#59b2ab', },

title in this I want to change either font family or use logo in place of title how I can do it because I want to use logo in place of title but I didn't find how to use logo then I thought to use fontfamily but font family is also not applying on it