Skip to content

Commit b88ae59

Browse files
committed
Update ReactNative documentation (0.56)
1 parent 665022f commit b88ae59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/docs/filters/react_native/entries.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_name
1212
end
1313

1414
def get_type
15-
link = at_css('.navItemActive')
15+
link = at_css('.navListItemActive')
1616
return 'Miscellaneous' unless link
1717
section = link.ancestors('.navGroup').first
1818
type = section.at_css('h3').content.strip

lib/docs/scrapers/react_native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class ReactNative < UrlScraper
33
self.slug = 'react_native'
44
self.type = 'react_native'
5-
self.release = '0.55'
5+
self.release = '0.56'
66
self.base_url = 'https://facebook.github.io/react-native/docs/'
77
self.root_path = 'getting-started.html'
88
self.links = {

0 commit comments

Comments
 (0)