From 3146b4829b694d18da6d0482a4fa626b645ec445 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 11 Jun 2016 13:05:53 -0400 Subject: [PATCH] Update React Native documentation (0.27) --- lib/docs/scrapers/react_native.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/react_native.rb b/lib/docs/scrapers/react_native.rb index d4fb0230..5127798e 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.release = '0.26' + self.release = '0.27' self.base_url = 'https://facebook.github.io/react-native/docs/' self.root_path = 'getting-started.html' self.links = { @@ -15,6 +15,7 @@ module Docs options[:root_title] = 'React Native Documentation' options[:only_patterns] = nil + options[:skip_patterns] = [/\Asample\-/] options[:skip] = %w( videos.html transforms.html