diff --git a/docs/Networking.md b/docs/Networking.md index e5756795d4a57d..e16c018313c2aa 100644 --- a/docs/Networking.md +++ b/docs/Networking.md @@ -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).