How to get `react-native link` to link my library via Cocoapods?
up vote
0
down vote
favorite
I am writing a new library for React Native that uses native components for iOS and Android. It depends on another native library via Cocoapods, and contains a .podspec
file. When I try to link it to a test project using react-native link
, it successfully adds the source project as a library, but doesn't install the dependency via Cocoapods.
It looks like there are ways to customize the link behavior via rnpm
keys in the package.json file, but I can't find any info on what those should be (it's also unclear if those are used by the newer link command, or are a holdover from the actual rnpm
days.) If there are docs on that that you know of, please pass them along!
Otherwise, my main question is this: how can I get react-native link
to install my dependency via Cocoapods, or do I need to reinvent that wheel?
Thanks in advance!
ios react-native react-native-ios
add a comment |
up vote
0
down vote
favorite
I am writing a new library for React Native that uses native components for iOS and Android. It depends on another native library via Cocoapods, and contains a .podspec
file. When I try to link it to a test project using react-native link
, it successfully adds the source project as a library, but doesn't install the dependency via Cocoapods.
It looks like there are ways to customize the link behavior via rnpm
keys in the package.json file, but I can't find any info on what those should be (it's also unclear if those are used by the newer link command, or are a holdover from the actual rnpm
days.) If there are docs on that that you know of, please pass them along!
Otherwise, my main question is this: how can I get react-native link
to install my dependency via Cocoapods, or do I need to reinvent that wheel?
Thanks in advance!
ios react-native react-native-ios
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am writing a new library for React Native that uses native components for iOS and Android. It depends on another native library via Cocoapods, and contains a .podspec
file. When I try to link it to a test project using react-native link
, it successfully adds the source project as a library, but doesn't install the dependency via Cocoapods.
It looks like there are ways to customize the link behavior via rnpm
keys in the package.json file, but I can't find any info on what those should be (it's also unclear if those are used by the newer link command, or are a holdover from the actual rnpm
days.) If there are docs on that that you know of, please pass them along!
Otherwise, my main question is this: how can I get react-native link
to install my dependency via Cocoapods, or do I need to reinvent that wheel?
Thanks in advance!
ios react-native react-native-ios
I am writing a new library for React Native that uses native components for iOS and Android. It depends on another native library via Cocoapods, and contains a .podspec
file. When I try to link it to a test project using react-native link
, it successfully adds the source project as a library, but doesn't install the dependency via Cocoapods.
It looks like there are ways to customize the link behavior via rnpm
keys in the package.json file, but I can't find any info on what those should be (it's also unclear if those are used by the newer link command, or are a holdover from the actual rnpm
days.) If there are docs on that that you know of, please pass them along!
Otherwise, my main question is this: how can I get react-native link
to install my dependency via Cocoapods, or do I need to reinvent that wheel?
Thanks in advance!
ios react-native react-native-ios
ios react-native react-native-ios
asked Nov 21 at 23:53
AndyI
6815
6815
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53422068%2fhow-to-get-react-native-link-to-link-my-library-via-cocoapods%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown