We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689f894 commit e716adaCopy full SHA for e716ada
README.md
@@ -13,8 +13,6 @@ This module is a work in progress and is a barebones XMPP client module at the m
13
# Sample Code
14
15
```
16
-require('./shim')
17
-
18
import React, { Component } from 'react';
19
import {
20
AppRegistry,
@@ -25,7 +23,7 @@ import {
25
23
26
24
global.Buffer = global.Buffer || require('buffer').Buffer
27
28
- var xmpp = require('./reactnative-xmpp.js');
+ var xmpp = require('reactnative-xmpp.js');
29
30
var conf = {login: 'user2',
31
password: 'Chelsea@100',
0 commit comments