Skip to content

Commit a883d72

Browse files
authored
Update README.md
1 parent 3610b47 commit a883d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ protected List<ReactPackage> getPackages() {
111111

112112
#### 1. Add Source Files
113113

114-
add directory node_modules/react-native-charts-wrapper/ReactNativeCharts. (In Xcode: File -> Add files to "App Name")
114+
add directory node_modules/react-native-charts-wrapper/ReactNativeCharts under your project *top level*. (In Xcode: File -> Add files to "App Name")
115115

116116
#### 2. Add Bridge File
117117

118-
When you add the files XCode should prompt you to create a bridging header if you haven't done so already.
119-
Create it and import the RCTViewManager.h. It should look something like this.
118+
When you add the files XCode should prompt you to create a bridging header if you haven't done so already, or you can create empty swift file to trigger xcode prompt.
119+
Create the bridging header and import the RCTViewManager.h. It should look something like this.
120120

121121
#import "React/RCTBridge.h"
122122
#import "React/RCTViewManager.h"

0 commit comments

Comments
 (0)