From c21f58bb33cfa42616e15215f9e0d635a8b7d0fd Mon Sep 17 00:00:00 2001 From: Raj Suvariya Date: Tue, 11 Jul 2017 12:33:05 +0530 Subject: [PATCH] Update IntegrationWithExistingApps.md Conflict in the project name in package.json and index.xxx.js --- docs/IntegrationWithExistingApps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index 78f3dd146f9562..08da81f6cfc9b4 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -350,7 +350,7 @@ const styles = StyleSheet.create({ }); // Module name -AppRegistry.registerComponent('AwesomeProject', () => RNHighScores); +AppRegistry.registerComponent('MyReactNativeApp', () => RNHighScores); ``` > `RNHighScores` is the name of your module that will be used when you add a view to React Native from within your iOS application. @@ -627,7 +627,7 @@ var styles = StyleSheet.create({ }, }); -AppRegistry.registerComponent('AwesomeProject', () => HelloWorld); +AppRegistry.registerComponent('MyReactNativeApp', () => HelloWorld); ``` ##### 3. Configure permissions for development error overlay