UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

9 lines 214 B
import { Text, View } from "react-native"; import React from "react"; const Thought = () => { return (<View> <Text>Thought</Text> </View>); }; export default Thought; //# sourceMappingURL=index.js.map