'how to create React-Native typing bubbles on chat?

I am new to react-native and I want to make a chatbot that when the bot is fetching the data a typing bubbles is displayed on the screen and disapeer when the message is accured. How can I do that? I'll be glad for some guidance

bubbles like in react-native-typing-animation



Solution 1:[1]

check this sandbox. Use of some external lib https://codesandbox.io/s/mqx0ql55qp?file=/src/generic.js

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 nv08