mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update React Native documentation (0.18)
This commit is contained in:
parent
808a6fb43a
commit
f04c7297c4
1 changed files with 2 additions and 2 deletions
|
@ -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.<br>
|
||||
© 2016 Facebook Inc.<br>
|
||||
Licensed under the Creative Commons Attribution 4.0 International Public License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue