Can't use this in react native


I can't use this lib in react native. Above images is the error I got and my code. Please give me tip.
how can i use this, ?....
I alwayas error when use it, can you give an example for your repository, this make me confused about how i do?.
The support for react native is unfortunately not yet implemented. Feel free to create a PR.
Use this https://github.com/rtgstudio/rtg-react-native-social-buttons
@danijel2017 could you try the latest version - 3.0.0?
@MichalSzorad i get the same error, also on 3.0.0
There is no support for react-native at the moment, please feel free to submit a PR. Thank you!
@danijel2017 @zidniryi @styrken The errors shown are due to the library using components that do no exist in react-native (specifically div). I would recommend using a react-native social button library instead. I cam across https://github.com/rnsb-community/react-native-social-buttons and added typescript to it. It is not as robust as @michaeljscript's but it does work in react-native.
I think this issue should be closed.