1.0.7 • Published 8 months ago
react-native-wir v1.0.7
WhatIsReal React Native Component
Component for React Native to integrate WhatIsReal AI assistants to your application.
Installation
npm install react-native-wir
Usage
Replace <ai-assistant-id>
with your given AI assistant's identification.
import { View } from 'react-native';
import { WirFloatingButton } from 'react-native-wir';
export default function App() {
return (
<View
style={{
flex: 1,
alignItems: 'center',
justifyContent: 'center',
}}
>
<WirFloatingButton
aiAssistantId="<ai-assistant-id>"
style={{ right: 20, bottom: 40 }}
></WirFloatingButton>
</View>
);
}
1.0.7
8 months ago
1.0.6
8 months ago
1.0.5
8 months ago
1.0.4
8 months ago
1.0.3
10 months ago
1.0.2
10 months ago
1.0.1
10 months ago
1.0.0
10 months ago
0.1.9
10 months ago
0.1.8
10 months ago
0.1.7
10 months ago
0.1.6
10 months ago
0.1.5
10 months ago
0.1.4
10 months ago
0.1.3
10 months ago
0.1.2
10 months ago
0.1.1
10 months ago
0.1.0
10 months ago