kkusanagi
kkusanagi
Had remove Pods folder and `pod install` again. Still same Here is my pod files data. ``` require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '10.0' target 'tootitoo' do config = use_native_modules!...
Now left one error after remove `pod 'FBAudienceNetwork', '~> 5.1.0'` result when `pod install` ``` Installing FBAudienceNetwork 5.10.1 (was 5.1.1 and source changed to `https://cdn.cocoapods.org/` from `trunk`) Installing ReactNativeAdsFacebook 7.0.5...
Shouldn't this is for `react-native-fbsdk`? It should have no connection to `react-native-fbads`. I'm using `react-native-fbsdk` for facebook login. So it can't be removed for current sdk version.
had upgrade to latest version `react-native-fbsdk-next` and remove `'FBSDKCoreKit' 'FBSDKLoginKit' 'FBSDKShareKit'` still same 1 error as stated above
Had follow `react-native-fbsdk 3.0.0`. still same 1 error as above. > You should also remove following hardcoded dependencies: > > * `pod 'FBSDKCoreKit', '5.8.0'` > * `pod 'FBSDKLoginKit', '5.8.0'` >...
> Could you please share a repo where we could easily reproduce this bug ;)? Actually i don't know how to share a repo. Do you mean the compilation result?...
[report.txt](https://github.com/callstack/react-native-fbads/files/6309652/report.txt) and my package.json ``` { "name": "tootitoo", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies":...
Same error after trying new init project. Steps to reproduce. Init new project and go into project folder -> `npm install react-native-fbads` -> `cd ios && pod install` After pod...
Same here. By the way, i'm using typescript. Currently using version 1.6.3
I found a solution for android but don't know how to add in react native sound. I think this should be able to change the sound to chipmunk sound. from...