Skip to content

Commit 2591937

Browse files
authored
Merge pull request #1 from jyubinpatel/develop
Added required pod installations
2 parents 23885bf + c730230 commit 2591937

File tree

7 files changed

+728
-1
lines changed

7 files changed

+728
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//
2+
// Use this file to import your target's public headers that you would like to expose to Swift.
3+
//
4+

ios/ChartSampleApp.xcodeproj/project.pbxproj

Lines changed: 159 additions & 1 deletion
Large diffs are not rendered by default.

ios/ChartSampleApp.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ platform :ios, '10.0'
66
target 'ChartSampleApp' do
77
config = use_native_modules!
88

9+
pod 'RNCharts', :path => '../node_modules/react-native-charts-wrapper'
10+
911
use_react_native!(
1012
:path => config[:reactNativePath],
1113
# to enable hermes on iOS, change `false` to `true` and then install pods

0 commit comments

Comments
 (0)