-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct pods dependency to allow Text to render #1
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
|
||
pod 'React', :git => 'https://github.com/facebook/react-native' | ||
pod 'React' | ||
pod 'React/RCTText' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
PODS: | ||
- React (0.3.1): | ||
- React/Core (= 0.3.1) | ||
- React/Core (0.3.1) | ||
- React (0.2.1): | ||
- React/Core (= 0.2.1) | ||
- React/Core (0.2.1) | ||
- React/RCTText (0.2.1): | ||
- React/Core | ||
|
||
DEPENDENCIES: | ||
- React (from `https://github.com/facebook/react-native`) | ||
|
||
EXTERNAL SOURCES: | ||
React: | ||
:git: https://github.com/facebook/react-native | ||
|
||
CHECKOUT OPTIONS: | ||
React: | ||
:commit: 02298b59e23ec79a956aff73a394731d9a119443 | ||
:git: https://github.com/facebook/react-native | ||
- React | ||
- React/RCTText | ||
|
||
SPEC CHECKSUMS: | ||
React: 78d8905a15ecfd3c6b6b20abe4ca3fc49cb04b3b | ||
React: a7828490bf8e5976d201558a28cb812c498a0eeb | ||
|
||
COCOAPODS: 0.36.0 | ||
COCOAPODS: 0.36.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m not sure we also needed to change sourcing the React CocoaPod, but that’s okay for now. Pulling the podspec directly from the repo was an attempt to fix the problem that this PR actually fixes. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually originally left it there, but it was yelling at me. When I simplified it down to just React it worked 😕 ... end of the day seemed like working was an improvement