You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
115
115
116
116
#### 2. Add Bridge File
117
117
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.
0 commit comments