We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665022f commit b88ae59Copy full SHA for b88ae59
lib/docs/filters/react_native/entries.rb
@@ -12,7 +12,7 @@ def get_name
12
end
13
14
def get_type
15
- link = at_css('.navItemActive')
+ link = at_css('.navListItemActive')
16
return 'Miscellaneous' unless link
17
section = link.ancestors('.navGroup').first
18
type = section.at_css('h3').content.strip
lib/docs/scrapers/react_native.rb
@@ -2,7 +2,7 @@ module Docs
2
class ReactNative < UrlScraper
3
self.slug = 'react_native'
4
self.type = 'react_native'
5
- self.release = '0.55'
+ self.release = '0.56'
6
self.base_url = 'https://facebook.github.io/react-native/docs/'
7
self.root_path = 'getting-started.html'
8
self.links = {
0 commit comments