diff --git a/lib/docs/scrapers/react_native.rb b/lib/docs/scrapers/react_native.rb
index ded59dc2..d42764a5 100644
--- a/lib/docs/scrapers/react_native.rb
+++ b/lib/docs/scrapers/react_native.rb
@@ -3,7 +3,7 @@ module Docs
self.name = 'React Native'
self.slug = 'react_native'
self.type = 'react'
- self.version = '0.16'
+ self.version = '0.18'
self.base_url = 'https://facebook.github.io/react-native/docs/'
self.root_path = 'getting-started.html'
self.links = {
@@ -19,7 +19,7 @@ module Docs
troubleshooting.html)
options[:attribution] = <<-HTML
- © 2015 Facebook Inc.
+ © 2016 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License.
HTML
end