Skip to content
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

Whats the process of creating a module with cocoapods dependency #92

Open
jasan-s opened this issue Dec 24, 2018 · 1 comment
Open

Whats the process of creating a module with cocoapods dependency #92

jasan-s opened this issue Dec 24, 2018 · 1 comment

Comments

@jasan-s
Copy link

jasan-s commented Dec 24, 2018

native module i'm building uses firebase(installed through cocoa pods). I added "$(SRCROOT)/../../../ios/Pods/**" to header search path in the library native module and now in the Project that uses the native module I keep getting an error at import firebase that No such module 'Firebase' . I have ran react-native link <module_name>

I also added the question on stack overflow https://stackoverflow.com/questions/53911013/

@jasan-s jasan-s changed the title Whats the process of creating a module with Pods Whats the process of creating a module with cocoapods dependency Dec 24, 2018
@FranciscoG
Copy link

+1

I'm interested in this as well.

this might help: https://io.bilby91.com/posts/create-react-native-ios-native-module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants