1.0.7 • Published 10 months ago

react-native-wir v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago