0.2.18 • Published 5 months ago

react-native-wallet-chat v0.2.18

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

react-native-wallet-chat

Wallet Chat React Native Component Library

Installation

npm install react-native-wallet-chat

Usage

Add in your App.js

import { WalletChatProvider } from 'react-native-wallet-chat';

// ...

export const App = () => {
  return (
      <WalletChatProvider />
  )
}

Use the chat widget in any component

import { WalletChatWidget } from 'react-native-wallet-chat';

// ...
export const DashBoard = () => {
  return (
      <WalletChatWidget
            connectedWallet={
              address && activeConnector && chainId
                ? {
                    walletName: activeConnector?.name,
                    account: address,
                    chainId: chainId,
                    provider: provider
                  }
                : undefined
            }
      />
  )
}

Use chat with owner in any component

import { ChatWithOwner } from 'react-native-wallet-chat';

// ...
export const DashBoard = () => {
  return (
        <ChatWithOwner
          ownerAddress={address}
          render={
            <Icon
              style={{
                marginRight: 10,
                marginTop: 5
              }}
              name="whatsapp-1"
              size={25}
              color="gray"
            />
          }
      />
  )
}

PS:

Package still under active development

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.2.18

5 months ago

0.2.17

6 months ago

0.2.16

6 months ago

0.2.15

6 months ago

0.2.14

6 months ago

0.2.13

6 months ago

0.2.12

6 months ago

0.2.11

6 months ago

0.2.10

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.9

7 months ago

0.2.8

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.1.90

7 months ago

0.1.91

7 months ago

0.1.92

7 months ago

0.1.93

7 months ago

0.1.85

8 months ago

0.1.86

8 months ago

0.1.87

8 months ago

0.1.88

7 months ago

0.1.89

7 months ago

0.1.80

8 months ago

0.1.81

8 months ago

0.1.82

8 months ago

0.1.83

8 months ago

0.1.84

8 months ago

0.1.76

8 months ago

0.1.77

8 months ago

0.1.78

8 months ago

0.1.79

8 months ago

0.1.75

8 months ago

0.1.74

8 months ago

0.1.73

8 months ago

0.1.72

8 months ago

0.1.71

8 months ago

0.1.70

8 months ago

0.1.69

8 months ago

0.1.68

8 months ago

0.1.67

8 months ago

0.1.66

8 months ago

0.1.65

8 months ago

0.1.64

9 months ago

0.1.63

9 months ago

0.1.62

9 months ago

0.1.61

9 months ago

0.1.60

9 months ago

0.1.59

9 months ago

0.1.58

9 months ago

0.1.57

9 months ago

0.1.56

9 months ago

0.1.55

9 months ago

0.1.54

9 months ago

0.1.53

9 months ago

0.1.52

9 months ago

0.1.51

9 months ago

0.1.50

9 months ago

0.1.49

9 months ago

0.1.48

9 months ago

0.1.47

9 months ago

0.1.46

9 months ago

0.1.45

9 months ago

0.1.44

9 months ago

0.1.43

9 months ago

0.1.42

9 months ago

0.1.41

9 months ago

0.1.40

9 months ago

0.1.39

9 months ago

0.1.38

9 months ago

0.1.37

9 months ago

0.1.36

9 months ago

0.1.35

9 months ago

0.1.34

9 months ago

0.1.33

9 months ago

0.1.32

9 months ago

0.1.31

9 months ago

0.1.30

10 months ago

0.1.29

10 months ago

0.1.28

10 months ago

0.1.27

10 months ago

0.1.26

10 months ago

0.1.25

10 months ago

0.1.24

10 months ago

0.1.23

10 months ago

0.1.22

10 months ago

0.1.21

10 months ago

0.1.20

10 months ago

0.1.19

10 months ago

0.1.18

10 months ago

0.1.17

10 months ago

0.1.16

10 months ago

0.1.15

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

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.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