Update React Native documentation (0.75)

pull/2361/head
Simon Legner 2 months ago
parent 8bbd04324a
commit 83c4a189c1

@ -6,7 +6,7 @@ module Docs
end end
def get_type def get_type
type = at_css('.navbar__link--active') type = at_css('.menu__link--active')
return 'Miscellaneous' unless type return 'Miscellaneous' unless type
type.content.strip type.content.strip
end end

Loading…
Cancel
Save