Availability animation - Reanimated & Moti

In this example, we'll explore how to create sleek availability animations using React Native Reanimated's `entering` and `exiting` animations, along with React Native Moti to animate a skeleton loader. The `example.tsx` will simulate an API call that dynamically generates new data while incorporating a smooth loading state. This setup will not only give your app a polished feel but also enhance user experience by providing visual feedback during data fetching.