UNPKG

softchatjs-react-native

Version:

React native UI SDK for softchatjs-core. Create a free account at: https://www.softchatjs.com

10 lines 302 B
// src/components/Chat/Skeleton.tsx import { View } from "react-native"; import React from "react"; function Skeleton() { return /* @__PURE__ */ React.createElement(View, { style: { flex: 1, height: "100%", width: "100%" } }); } export { Skeleton as default }; //# sourceMappingURL=Skeleton.mjs.map