I want to use a twitter timelines fonctionalities provides by twitter publish like this one :
<a class="twitter-timeline" href="https://twitter.com/Alten_france?ref_src=twsrc%5Etfw">
Tweets by Alten_france
</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
It would seem that we can no do that with react-native.
I have found that in stack over flow : Twitter widget inside WebView in React Native but I can not run it. I Don't know why.
Could anyone try to combine this html
provided by twitter.publish with the code advised in stackoverflow link ?
Thanks in advance.
does anyone have a solution to solve that ? are there some exit librairie to do that ? I konw that in react-js there are a libraise such as tiwtter embed but I have not found any solution in react-native
Thanks in advance for our feedback