Back in App.js, declare a variable time and then display it inside a new <p> element at the bottom of the component:
Read moreHow do I get time in React Native?
How to Get Current Time using moment.
Read moreHow do I get the current timestamp in React Native?
we will use Date() to get current timestamps and then display date and time in react js app.
Read more