Skip to content

Commit

Permalink
Add conclusion to tutorial
Browse files Browse the repository at this point in the history
Summary:
Indirectly fixes #13408
Closes #14279

Differential Revision: D5158487

Pulled By: hramos

fbshipit-source-id: e3a896c48db3556572e415e7c7c769c70699da19
  • Loading branch information
hramos authored and facebook-github-bot committed May 31, 2017
1 parent b61999c commit e3427f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,7 @@ ws.onclose = (e) => {
console.log(e.code, e.reason);
};
```

## High Five!

If you've gotten here by reading linearly through the tutorial, then you are a pretty impressive human being. Congratulations. Next, you might want to check out [all the cool stuff the community does with React Native](docs/more-resources.html).

0 comments on commit e3427f4

Please sign in to comment.