UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

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