Fix docs
This commit is contained in:
parent
af9f0972b6
commit
ed7b5cb187
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
id: embedded-app
|
id: embedded-app
|
||||||
title: Use React Native in Existing iOS App
|
title: Integration with Existing App
|
||||||
layout: docs
|
layout: docs
|
||||||
category: Guides
|
category: Guides
|
||||||
permalink: docs/embeded-app.html
|
permalink: docs/embeded-app.html
|
||||||
|
|
|
@ -100,7 +100,7 @@ var components = [
|
||||||
'../Libraries/Components/SwitchIOS/SwitchIOS.ios.js',
|
'../Libraries/Components/SwitchIOS/SwitchIOS.ios.js',
|
||||||
'../Libraries/Components/TabBarIOS/TabBarIOS.ios.js',
|
'../Libraries/Components/TabBarIOS/TabBarIOS.ios.js',
|
||||||
'../Libraries/Text/Text.js',
|
'../Libraries/Text/Text.js',
|
||||||
'../Libraries/Components/TextInput/TextInput.ios.js',
|
'../Libraries/Components/TextInput/TextInput.js',
|
||||||
'../Libraries/Components/Touchable/TouchableHighlight.js',
|
'../Libraries/Components/Touchable/TouchableHighlight.js',
|
||||||
'../Libraries/Components/Touchable/TouchableOpacity.js',
|
'../Libraries/Components/Touchable/TouchableOpacity.js',
|
||||||
'../Libraries/Components/Touchable/TouchableWithoutFeedback.js',
|
'../Libraries/Components/Touchable/TouchableWithoutFeedback.js',
|
||||||
|
|
Loading…
Reference in New Issue