Rik
Rik
In our project we also encountered the issue this PR was made to fix. We applied **@autobind** to every Class though (would not do that again in future projects as...
You could set custom text styles for the superscript element, but you'd be bound to the limits of styling nested Text components. Sadly block level styling within the rendered output...
This is probably an issue with React Native, see also #189
@ethanyuwang can you give an example of your implementation and source HTML?
Hi there! I think the main issue with your HTML examples is that the parts in between tags are not contained in any parent tag. This library expects valid HTML,...
@iamyahyaahmed setting a timeout can work, but it may still fail if a file ever takes longer than the given delay to load (2 seconds in your example). And in...
I encountered the same problem. Replacing the padding with `contentInset` *only* for iOS and creating a custom RefreshControl with `progressViewOffset` *only* for android worked on a standard FlatList. However, I...
You're right! I'm not sure how I missed this on my initial tests but it indeed jitters quite a lot. It seems the android scroll gesture does not like us...
Hey, just chiming in here because we have been using this library in our Expo based app for a while. We needed to figure some things out ourselves so I...
@dctalbot you are correct! I was checking our git history for including this library and assumed the pre-existing `index.js` in our project to be conventional (at least for development builds)....