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