-
Notifications
You must be signed in to change notification settings - Fork 8
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
React-native 0.67.2 #4
Comments
What error are you seeing? If it's a missing folly header, you should locate the affected file in node_modules and remove this code. |
Thank you very much for the reply you are saving my life.
Installing the library from scratch:
|
Suggestions? |
I have been travelling for the past couple of days so couldn't get back to you. The latest updates are in github and can be installed from npm too, these should give you the missing files. If not you can also copy it manually from the root of this repository. |
Hi, sorry if I write to you again, this is my podfile:
When I run pod install it gives me this error: |
Try adding this: target 'voice' do
config = use_native_modules!
+ pod 'linphone-sdk', :podspec => '../node_modules/react-native-sip-phone/third_party_podspecs/linphone-sdk.podspec'
use_react_native!(
:path => config[:reactNativePath],
# to enable hermes on iOS, change `false` to `true` and then install pods
:hermes_enabled => false
) And if it fails to compile don't forget to modify the For an example of how to use this library in javascript, an example application is included. It should work without any modifications in Android, but I don't think it does for iOS. Nevertheless I am using this library for both operating systems in production and it definitely works. |
Perfect, thanks now work .. |
Hi, I wasn't able to install the library with:
-RECT Native V0.67.2.
-Xcode v13.2.1.
Can anyone help and tell me the steps to follow? Or an example app?
Thank you
The text was updated successfully, but these errors were encountered: