Asad Iqbal (Saadi)

Results 14 comments of Asad Iqbal (Saadi)

Hi @tafelito I see you are working on a chat app. Did you find any good solution for a displaying a large list of chat ?

Hi @karthickvkumar The library only support google fonts at the moment. I have plans to add support for custom fonts but that likely to happen in the recent future. I...

Hi @avinashsahoo , Could you please share your code where you are using the library? Remember it will not return any sounds on iOS Simulator.

Does it give the same error when you run the example repo? Here is the link to the repo: https://github.com/saadqbal/notificationSounds

The Idea was to load as less fonts as we can to make the Document light weight. This can be an optional feature. I will work on it if I...

To play the default sound, just call `playSampleSound()` with no parameters. This only works for Android.

Hi @hellomaya Did you find a solution to use realm db on the native side?

To play the default sound, just call playSampleSound() with no parameters. At the moment, to only works for Android.

Hi @henrikra have you found any good solution for your chat List ? I have tried a number of options but nothing has worked so far. Tried RecycleListView, react-native-largelist but...