This commit is contained in:
Christopher Chedeau 2015-03-31 09:46:45 -07:00
parent af9f0972b6
commit ed7b5cb187
2 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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',